Interface Transformer<T,S>

Type Parameters:
T - source value type
S - transformed value type
All Superinterfaces:
Function<T,S>

public interface Transformer<T,S> extends Function<T,S>
Transforms individual column values from one type to another while carrying the target column type and optional output column name.