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, unify
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.reactfx.util.Either
asLeft, asRight, exec, flatMap, flatMapLeft, flatMapRight, getLeft, getRight, ifLeft, ifRight, isLeft, isRight, map, mapLeft, mapRight, toLeft, toRight, unify
Methods 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
-