Class Left<L,R>

java.lang.Object
org.reactfx.util.Left<L,R>
All Implemented Interfaces:
Either<L,R>
Direct Known Subclasses:
Failure

class Left<L,R> extends Object implements Either<L,R>