Interface Worker<T>


public interface Worker<T>
An operational function used with a Flow.
Since:
5.2.0
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    work(T element)
    Perform the operation on some object of type T.
  • Method Details

    • work

      void work(T element)
      Perform the operation on some object of type T.