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