Modifier and Type | Method and Description |
---|---|
static <A,B> Lens<P2<A,B>,A> |
_1()
Monomorphic lens targeted on _1.
|
static <A,B,C> PLens<P2<A,B>,P2<C,B>,A,C> |
_1p()
Polyomorphic lens targeted on _1.
|
static <A,B> Lens<P2<A,B>,B> |
_2()
Monomorphic lens targeted on _1.
|
static <A,B,C> PLens<P2<A,B>,P2<A,C>,B,C> |
_2p()
Polyomorphic lens targeted on _2.
|