public final class PairOptics extends Object
| Modifier and Type | Method and Description |
|---|---|
static <A,B> Lens<Pair<A,B>,B> |
_right() |
static <A,B> Lens<Pair<A,B>,A> |
left() |
static <A,B> Iso<Pair<A,B>,Map.Entry<A,B>> |
pairToEntry() |
static <A,B,C> PLens<Pair<A,B>,Pair<C,B>,A,C> |
pLeft() |
static <A,B,C> PLens<Pair<A,B>,Pair<A,C>,B,C> |
pRight() |
Copyright © 2017 Atlassian. All rights reserved.