Interface ToPrimitiveFunction<T>

Type Parameters:
T - the input type
All Superinterfaces:
TypedFunction<T>
All Known Subinterfaces:
ToBooleanFunction<T>, ToByteFunction<T>, ToCharFunction<T>, ToDoubleFunction<T>, ToFloatFunction<T>, ToIntFunction<T>, ToLongFunction<T>, ToShortFunction<T>

public interface ToPrimitiveFunction<T> extends TypedFunction<T>
A function interface that allows for differentiation of primitive return types.
See Also: