AppliedLensSwapTuple2Ops

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

Value members

Concrete methods

def swap: AppliedLens[A, (C, B)]

swap the elements of a Tuple

swap the elements of a Tuple

Inherited methods

Inherited from:
Product