DoubleArgumentFunction<A1, A2, T> typedef

DoubleArgumentFunction<A1, A2, T> = T Function(A1 arg1, A2 arg2)

A function requiring arguments of type A1, A2 and returning an object of type T.

Implementation

typedef DoubleArgumentFunction<A1, A2, T> = T Function(A1 arg1, A2 arg2);