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.
Record mapper definition.
-
Method Summary
-
Method Details
-
map
Map the record. Both input value and output value are expected to be non-null.
-