Class Function.SingleFunction<T>

java.lang.Object
com.bazaarvoice.jolt.modifier.function.Function.BaseFunction<T>
com.bazaarvoice.jolt.modifier.function.Function.SingleFunction<T>
Type Parameters:
T - type of return value
All Implemented Interfaces:
Function
Direct Known Subclasses:
Math.abs, Objects.toBoolean, Objects.toDouble, Objects.toInteger, Objects.toLong, Objects.toString, Strings.toLowerCase, Strings.toUpperCase, Strings.trim
Enclosing interface:
Function

public abstract static class Function.SingleFunction<T> extends Function.BaseFunction<T>
Abstract class that provides rudimentary abstraction to quickly implement a function that works on an single value input i.e. toUpperCase a string