AppliedLensSwapEitherOps

final case class AppliedLensSwapEitherOps[A, B, C](appliedLens: AppliedLens[A, Either[B, C]]) extends AnyVal
trait Product
trait Equals
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def swap: AppliedLens[A, Either[C, B]]

swap the elements of an Either

swap the elements of an Either

Inherited methods

Inherited from:
Product