Interface Transformer<T,S>

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 value type and optional output column name.