swap abstract method

Either<R, L> swap()

Returns a new Either with the left and right value switched.

Implementation

Either<R, L> swap();