JBiFunction<T, U, R> typedef

JBiFunction<T, U, R> = R Function(T t, U u)

Implementation

typedef JBiFunction<T, U, R> = R Function(T t,U u);