Interface WorkProcessor.Transformation<T,R>

All Known Subinterfaces:
PageJoiner
All Known Implementing Classes:
DefaultPageJoiner, PageJoiner
Enclosing interface:
WorkProcessor<T>

public static interface WorkProcessor.Transformation<T,R>
  • Method Summary

    Modifier and Type
    Method
    Description
    process(T element)
    Processes input elements and returns current transformation state.