T - The type of the operands and result of the operator@FunctionalInterface public interface Operator5<T> extends Function5<T,T,T,T,T,T>
Function5
for the case where the operands and the result are all of the same type.
This is a functional interface whose functional method is
Function5.apply(Object, Object, Object, Object, Object).
Function5,
UnaryOperator