public static final class Either.Left<L,R> extends Either<L,R>
Either.Left<L,R>, Either.Right<L,R>
Either.Left(L value)
boolean
equals(Object obj)
int
hashCode()
isLeft()
L
left()
R
right()
left, leftOrRight, leftOrRight, right
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public Either.Left(L value)
public boolean isLeft()
isLeft
Either<L,R>
public L left()
left
public R right()
right
public int hashCode()
hashCode
Object
public boolean equals(Object obj)
equals
Copyright © 2016. All rights reserved.