Class FlowWhileAction<T>

java.lang.Object
ru.cwcode.cwutils.flow.FlowWhileAction<T>
All Implemented Interfaces:
FlowAction<T>

public class FlowWhileAction<T> extends Object implements FlowAction<T>
  • Constructor Details

  • Method Details

    • run

      public void run(T object)
      Specified by:
      run in interface FlowAction<T>