Interface RecordMapperWrapperRecordIterator.RecordMapper<I,O>

Enclosing class:
RecordMapperWrapperRecordIterator<I,O>
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 RecordMapperWrapperRecordIterator.RecordMapper<I,O>
Record mapper definition.
  • Method Summary

    Modifier and Type
    Method
    Description
    map(I in)
    Map the record.
  • Method Details

    • map

      O map(I in)
      Map the record. Both input value and output value are expected to be non-null.