Interface SweepAction.ActionGenerator<T>

  • Enclosing class:
    SweepAction<T>

    public static interface SweepAction.ActionGenerator<T>
    • Method Detail

      • generate

        java.util.List<Action> generate​(T value,
                                        java.util.List<Action<?>> actions)