public final class Branch<B extends Object, C extends Object>
Return type to indicate that the action can return one of two types. Facilitates branching
private final B
left
private final C
right
Branch(B left, C right)
final B
getLeft()
final C
getRight()
final Object
get()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final B getLeft()
final C getRight()
final Object get()