Tuple2ToPolyAppliedLensOps

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

Value members

Concrete methods

def first_[C]: AppliedLens_[(A, B), (C, B), A, C]

select the first element of a tuple using polymorphic proptics.Lens_

select the first element of a tuple using polymorphic proptics.Lens_

def second_[C]: AppliedLens_[(A, B), (A, C), B, C]

select the second element of a tuple using polymorphic proptics.Lens_

select the second element of a tuple using polymorphic proptics.Lens_

Inherited methods

Inherited from:
Product