flip method

Function2<B, A, R> flip()

Implementation

Function2<B, A, R> flip() => (B second, A first) => this(first, second);