AppliedPrismFieldsTuple2Ops

final case class AppliedPrismFieldsTuple2Ops[A, B, C](appliedPrism: AppliedPrism[(A, B), C]) extends AnyVal
trait Product
trait Equals
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

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

select the first element of a Tuple2

select the first element of a Tuple2

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

select the second element of a Tuple2

select the second element of a Tuple2

Inherited methods

Inherited from:
Product