Flip3X<A, B, C, T> extension

Returns a new function with flipped arguments, reversing their order.

on
  • F3<A, B, C, T>

Methods

flip(C c, B b, A a) → T
Returns a new function with flipped arguments, reversing their order.