swap abstract method

Either<R, L> swap()

Swap the values contained inside the Left and Right of this Either.

Implementation

Either<R, L> swap();