Interface FlowAction<T>

All Known Implementing Classes:
FlowIfAction, FlowSimpleAction, FlowWhileAction

public interface FlowAction<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run(T object)
     
  • Method Details

    • run

      void run(T object)