public final class EitherPrism
extends Object
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
EitherPrism
private EitherPrism()
-
Method Details
-
_left
- Type Parameters:
L
- the left type
R
- the right type
- Returns:
- the
Prism
-
_right
- Type Parameters:
L
- the left type
R
- the right type
- Returns:
- the
Prism