Uses of Interface
io.engineblock.activityapi.cyclelog.buffers.results.CycleResult
-
-
-
Uses of CycleResult in io.engineblock.activityapi.core.ops.fluent.opfacets
Subinterfaces of CycleResult in io.engineblock.activityapi.core.ops.fluent.opfacets Modifier and Type Interface Description interfaceCompletedOp<D>A CompletedOp can be any ofSucceededOpFailedOpSkippedOpIt may be necessary to downcast a completed Op in order to get more contextual details from it.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 CycleResult Modifier and Type Class Description classEventedOpImpl<D>classOpImpl<D> -
Uses of CycleResult in io.engineblock.activityapi.cyclelog.buffers
Methods in io.engineblock.activityapi.cyclelog.buffers that return types with arguments of type CycleResult Modifier and Type Method Description default java.lang.Iterable<CycleResult>CycleResultSegmentsReadable. getCycleResultIterable() -
Uses of CycleResult in io.engineblock.activityapi.cyclelog.buffers.results
Classes in io.engineblock.activityapi.cyclelog.buffers.results that implement CycleResult Modifier and Type Class Description classMutableCycleResultMethods in io.engineblock.activityapi.cyclelog.buffers.results that return types with arguments of type CycleResult Modifier and Type Method Description java.util.Iterator<CycleResult>CycleResultArray. iterator()java.util.Iterator<CycleResult>CycleResultsIntervalSegment. iterator()java.util.Iterator<CycleResult>CycleResultsSegment.EmptySegment. iterator()java.util.Iterator<CycleResult>CycleResultsSegmentReadable. iterator()Methods in io.engineblock.activityapi.cyclelog.buffers.results with parameters of type CycleResult Modifier and Type Method Description voidCycleResultSegmentBuffer. append(CycleResult result)default intCycleResult. compareTo(CycleResult o)By default, allow cycle results to be ordered according to the cycle number.Constructors in io.engineblock.activityapi.cyclelog.buffers.results with parameters of type CycleResult Constructor Description CycleResultArray(CycleResult[] cycleResults)Constructor parameters in io.engineblock.activityapi.cyclelog.buffers.results with type arguments of type CycleResult Constructor Description CycleResultStrider(java.util.Iterator<CycleResult> iterator) -
Uses of CycleResult in io.engineblock.activityapi.cyclelog.buffers.results_rle
Methods in io.engineblock.activityapi.cyclelog.buffers.results_rle that return types with arguments of type CycleResult Modifier and Type Method Description java.util.Iterator<CycleResult>CycleSpanResults. iterator()Methods in io.engineblock.activityapi.cyclelog.buffers.results_rle with parameters of type CycleResult Modifier and Type Method Description booleanCycleResultsRLEBufferTarget. onCycleResult(CycleResult cycleResult) -
Uses of CycleResult in io.engineblock.activityapi.cyclelog.filters
Methods in io.engineblock.activityapi.cyclelog.filters that return types with arguments of type CycleResult Modifier and Type Method Description java.util.function.Predicate<CycleResult>InputFilterDispenser. getCycleResultFilter() -
Uses of CycleResult in io.engineblock.activityapi.output
Methods in io.engineblock.activityapi.output with parameters of type CycleResult Modifier and Type Method Description default booleanOutput. onCycleResult(CycleResult result) -
Uses of CycleResult in io.engineblock.activityimpl.motor
Methods in io.engineblock.activityimpl.motor that return types with arguments of type CycleResult Modifier and Type Method Description java.util.Iterator<CycleResult>StrideTracker. iterator()
-