Package app.babylon.table.column
Interface Transformer<T,S>
- All Superinterfaces:
Function<T,S>
Transforms individual column values from one type to another while carrying
the target column type and optional output column name.
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T,S> Transformer <T, S> of(Function<? super T, ? extends S> function, Column.Type type) static <T,S> Transformer <T, S> of(Function<? super T, ? extends S> function, Column.Type type, ColumnName columnName) type()
-
Method Details
-
type
Column.Type type() -
columnName
ColumnName columnName() -
of
-
of
static <T,S> Transformer<T,S> of(Function<? super T, ? extends S> function, Column.Type type, ColumnName columnName)
-