WrapEither<T> extension

on
  • T

Methods

left<RIGHT>() Either<T, RIGHT>
Wraps this in a Either where this is the type of Result.LEFT.
Wraps this in a Either where this is the type of Result.RIGHT.