Class BatchAction<T extends BatchAction>

java.lang.Object
io.inversion.Rule<A>
io.inversion.Action<T>
io.inversion.action.misc.BatchAction<T>
All Implemented Interfaces:
Comparable<T>

public class BatchAction<T extends BatchAction> extends Action<T>
  • Field Details

    • allowBatch

      protected boolean allowBatch
  • Constructor Details

    • BatchAction

      public BatchAction()
  • Method Details

    • isAllowBatch

      public boolean isAllowBatch()
    • withAllowBatch

      public T withAllowBatch(boolean allowBatch)