| Modifier and Type | Method and Description |
|---|---|
abstract <X> Either<A,X> |
bind(Function<B,Either<A,X>> f) |
abstract Either<A,B> |
either() |
<X> Either<A,X> |
flatMap(Function<B,Either<A,X>> f) |
abstract B |
getOrElse(B left) |
abstract <X> Either<A,X> |
map(Function<B,X> f) |
abstract List<B> |
toList() |
abstract Option<B> |
toOption() |
abstract B |
value() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, iterator, spliteratorpublic abstract B value()
Copyright © 2009–2021 Opencast Project. All rights reserved.