Package org.reactfx.util
Class Failure<T>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.reactfx.util.Left
asLeft, asRight, equals, exec, flatMap, flatMapLeft, flatMapRight, getLeft, getRight, hashCode, ifLeft, ifRight, isLeft, isRight, map, mapLeft, mapRight, toLeft, toRight, unifyMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.reactfx.util.Either
asLeft, asRight, exec, flatMap, flatMapLeft, flatMapRight, getLeft, getRight, ifLeft, ifRight, isLeft, isRight, map, mapLeft, mapRight, toLeft, toRight, unifyMethods inherited from interface org.reactfx.util.Try
get, getFailure, ifFailure, ifSuccess, isFailure, isSuccess, toOptional
-
Constructor Details
-
Failure
-
-
Method Details
-
getOrElse
-
getOrElse
-
orElse
-
orElse
-
orElseTry
-
recover
-
map
-
flatMap
-
toString
-