Package jisa.experiment.queue
Interface SweepAction.ActionGenerator<T>
-
- Enclosing class:
- SweepAction<T>
public static interface SweepAction.ActionGenerator<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<Action>
generate(T value, java.util.List<Action<?>> actions)
-