AppliedPrismSwapEitherOps

final case class AppliedPrismSwapEitherOps[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 swap: AppliedPrism[A, Either[C, B]]

swap the elements of an Either

swap the elements of an Either

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product