AppliedFoldSwapTuple2Ops

final case class AppliedFoldSwapTuple2Ops[A, B, C](appliedFold: AppliedFold[A, (B, C)]) extends AnyVal
trait Product
trait Equals
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

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

swap the elements of a Tuple

swap the elements of a Tuple

Inherited methods

Inherited from:
Product