JFunction<T, R> typedef

JFunction<T, R> = R Function(T t)

Implementation

typedef JFunction<T, R> = R Function(T t);