Function2<A, B, R> typedef

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

Implementation

typedef Function2<A, B, R> = R Function(A a, B b);