Uses of Interface
io.engineblock.activityapi.output.OutputDispenser
-
-
Uses of OutputDispenser in io.engineblock.activityapi.core
Methods in io.engineblock.activityapi.core that return OutputDispenser Modifier and Type Method Description OutputDispenserActivity. getMarkerDispenserDelegate()Methods in io.engineblock.activityapi.core that return types with arguments of type OutputDispenser Modifier and Type Method Description default java.util.Optional<OutputDispenser>ActivityType. getOutputDispenser(A activity)This method will be called once per action instance.Methods in io.engineblock.activityapi.core with parameters of type OutputDispenser Modifier and Type Method Description default <T> MotorDispenser<T>ActivityType. getMotorDispenser(A activity, InputDispenser inputDispenser, ActionDispenser actionDispenser, OutputDispenser outputDispenser)voidActivity. setOutputDispenserDelegate(OutputDispenser outputDispenser) -
Uses of OutputDispenser in io.engineblock.activityapi.cyclelog.outputs.cyclelog
Classes in io.engineblock.activityapi.cyclelog.outputs.cyclelog that implement OutputDispenser Modifier and Type Class Description static classCycleLogOutputType.DispenserMethods in io.engineblock.activityapi.cyclelog.outputs.cyclelog that return OutputDispenser Modifier and Type Method Description OutputDispenserCycleLogOutputType. getOutputDispenser(Activity activity) -
Uses of OutputDispenser in io.engineblock.activityapi.cyclelog.outputs.logger
Classes in io.engineblock.activityapi.cyclelog.outputs.logger that implement OutputDispenser Modifier and Type Class Description classLoggingMarkerDispenser -
Uses of OutputDispenser in io.engineblock.activityapi.output
Methods in io.engineblock.activityapi.output that return OutputDispenser Modifier and Type Method Description OutputDispenserOutputType. getOutputDispenser(Activity activity) -
Uses of OutputDispenser in io.engineblock.activityimpl
Classes in io.engineblock.activityimpl that implement OutputDispenser Modifier and Type Class Description classFilteringOutputDispenserMethods in io.engineblock.activityimpl that return OutputDispenser Modifier and Type Method Description OutputDispenserSimpleActivity. getMarkerDispenserDelegate()Methods in io.engineblock.activityimpl that return types with arguments of type OutputDispenser Modifier and Type Method Description static <A extends Activity>
java.util.Optional<OutputDispenser>CoreServices. getOutputDispenser(A activity)Methods in io.engineblock.activityimpl with parameters of type OutputDispenser Modifier and Type Method Description voidSimpleActivity. setOutputDispenserDelegate(OutputDispenser outputDispenser)Constructors in io.engineblock.activityimpl with parameters of type OutputDispenser Constructor Description FilteringOutputDispenser(OutputDispenser outputDispenser, java.util.function.Predicate<ResultReadable> resultReadablePredicate) -
Uses of OutputDispenser in io.engineblock.activityimpl.motor
Constructors in io.engineblock.activityimpl.motor with parameters of type OutputDispenser Constructor Description CoreMotorDispenser(Activity activity, InputDispenser inputDispenser, ActionDispenser actionDispenser, OutputDispenser outputDispenser)
-