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