swap abstract method

Result<F, S> swap()

Swap the values contained inside the Success and Failure of this Result.

Implementation

Result<F, S> swap();