Interface HandlingInputRowIterator.InputRowHandler

Enclosing class:
HandlingInputRowIterator
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface HandlingInputRowIterator.InputRowHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    handle(InputRow inputRow)
     
  • Method Details

    • handle

      boolean handle(InputRow inputRow)
      Returns:
      True if inputRow was successfully handled and no further processing is needed