Uses of Interface
app.babylon.table.column.Transformer
Packages that use Transformer
-
Uses of Transformer in app.babylon.table.column
Methods in app.babylon.table.column that return TransformerModifier and TypeMethodDescriptionstatic <T,S> Transformer <T, S> static <T,S> Transformer <T, S> Transformer.of(Function<? super T, ? extends S> function, Class<S> valueClass, ColumnName columnName) Methods in app.babylon.table.column with parameters of type TransformerModifier and TypeMethodDescription<S> ColumnCategorical<S> ColumnCategorical.transform(Transformer<T, S> transformer) Transforms this categorical column into another categorical column.default <S> ColumnObject<S> ColumnObject.transform(Transformer<T, S> transformer) Transforms this column into another object column using the supplied transformer.