Tuple2ToAppliedLensOps

final case class Tuple2ToAppliedLensOps[A, B](s: (A, B)) extends AnyVal
trait Product
trait Equals
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def first[D](implicit ev: Field1[(A, B), A]): AppliedLens[(A, B), A]

select the first element of a Tuple2

select the first element of a Tuple2

def second[D](implicit ev: Field2[(A, B), B]): AppliedLens[(A, B), B]

select the second element of a Tuple2

select the second element of a Tuple2

Inherited methods

Inherited from:
Product