Skip to content

Function2<T0, T1, T2>

typedef Function2<T0, T1, T2> = T2 Function(T0, T1)

Type alias for function taking 2 arguments.