Flip4X<A, B, C, D, T> extension

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

on
  • F4<A, B, C, D, T>

Methods

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