Func2<A, B, R> typedef

Func2<A, B, R> = R Function(A a, B b)

Implementation

typedef R Func2<A, B, R>(A a, B b);