Package org.reactfx.util
Class Success<T>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.reactfx.util.Right
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
-
Success
-
-
Method Details
-
getOrElse
-
getOrElse
-
orElse
-
orElse
-
orElseTry
-
recover
-
map
-
flatMap
-
toString
-