Interface ColumnExtractor<T extends Comparable<T>,U>
- All Known Implementing Classes:
ImmutableColumnExtractor
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
ColumnExtractor.Builder<T extends Comparable<T>,
U> -
Method Summary
Modifier and TypeMethodDescriptionheader()
static <T extends Comparable<T>,
U>
ColumnExtractor<T, U> of
(String header, ColumnExtractorFunction<T, U> columnExtractorFunction)
-
Method Details
-
header
-
columnExtractorFunction
-
of
static <T extends Comparable<T>,U> ColumnExtractor<T,U> of(String header, ColumnExtractorFunction<T, U> columnExtractorFunction)
-