Package io.atlassian.fugue.optic.std
Class EitherOptics
- java.lang.Object
-
- io.atlassian.fugue.optic.std.EitherOptics
-
public final class EitherOptics extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description privateEitherOptics()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <A,B>
Prism<Either<A,B>,A>left()static <A,B,C>
PPrism<Either<A,B>,Either<C,B>,A,C>pLeft()static <A,B,C>
PPrism<Either<A,B>,Either<A,C>,B,C>pRight()static <A,B>
Prism<Either<A,B>,B>right()
-