Uses of Interface
io.engineblock.activityapi.core.ops.fluent.opfacets.CompletedOp
-
Packages that use CompletedOp Package Description io.engineblock.activityapi.core.ops.fluent.opfacets io.engineblock.activityapi.cyclelog.buffers.op_output io.engineblock.activityimpl.motor -
-
Uses of CompletedOp in io.engineblock.activityapi.core.ops.fluent.opfacets
Subinterfaces of CompletedOp in io.engineblock.activityapi.core.ops.fluent.opfacets Modifier and Type Interface Description interfaceFailedOp<D>A failed op is any operation which has an error, according to the semantics of the implementing activity type.interfaceOpFacets<D>This interface represents the union of interfaces needed for all of the behavioral facets of a useful Op implementation.interfaceSkippedOp<D>interfaceSucceededOp<D>An op should be deemed successful if it completes with no exception.Classes in io.engineblock.activityapi.core.ops.fluent.opfacets that implement CompletedOp Modifier and Type Class Description classEventedOpImpl<D>classOpImpl<D> -
Uses of CompletedOp in io.engineblock.activityapi.cyclelog.buffers.op_output
Classes in io.engineblock.activityapi.cyclelog.buffers.op_output with type parameters of type CompletedOp Modifier and Type Class Description classStrideOutputSegmentImpl<D extends CompletedOp>Method parameters in io.engineblock.activityapi.cyclelog.buffers.op_output with type arguments of type CompletedOp Modifier and Type Method Description voidStrideOutputConsumer. onStrideOutput(java.util.List<CompletedOp<D>> ops) -
Uses of CompletedOp in io.engineblock.activityimpl.motor
Methods in io.engineblock.activityimpl.motor with parameters of type CompletedOp Modifier and Type Method Description protected intStrideTracker. compare(CompletedOp<D> one, CompletedOp<D> other)
-