JBinaryOperator<T> typedef

JBinaryOperator<T> = T Function(T t, T u)

Implementation

typedef JBinaryOperator<T> = T Function(T t,T u);