public static final class Either.Right<L,R> extends Object implements Either<L,R>, Serializable
Either.Left<L,R>, Either.Right<L,R>
L
getLeft()
R
getRight()
boolean
isLeft()
isRight()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
flatMap, left, right
public L getLeft()
getLeft
Either<L,R>
public R getRight()
getRight
public boolean isLeft()
isLeft
public boolean isRight()
isRight
Copyright © 2022. All rights reserved.