AppliedPrismEitherOps

final case class AppliedPrismEitherOps[A, B, C](appliedPrism: AppliedPrism[A, Either[B, C]]) extends AnyVal
trait Product
trait Equals
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def left: AppliedPrism[A, B]

extract the left element of an either

extract the left element of an either

def right: AppliedPrism[A, C]

extract the right element of an either

extract the right element of an either

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

swap the elements of an Either

swap the elements of an Either

Inherited methods

Inherited from:
Product