fm.liveswitch.PromiseBase< T > Member List

This is the complete list of members for fm.liveswitch.PromiseBase< T >, including all inherited members.

all(fm.liveswitch.Future< R >[] promises)fm.liveswitch.PromiseBase< T >static
castAndResolve(Object result)fm.liveswitch.PromiseBase< T >
fail(fm.liveswitch.IAction1< java.lang.Exception > rejectAction)fm.liveswitch.Future< T >
fail(fm.liveswitch.IFunction1< java.lang.Exception, fm.liveswitch.Future< T >> rejectFunction)fm.liveswitch.Future< T >
Future()fm.liveswitch.Future< T >protected
FutureBase()fm.liveswitch.FutureBase< T >protected
getException()fm.liveswitch.FutureBase< T >
getId()fm.liveswitch.PromiseBase< T >
getResult()fm.liveswitch.FutureBase< T >
getState()fm.liveswitch.FutureBase< T >
process(fm.liveswitch.IPromise promise, fm.liveswitch.IAction1< T > resolve, fm.liveswitch.IAction1< java.lang.Exception > reject)fm.liveswitch.PromiseBase< T >protected
PromiseBase()fm.liveswitch.PromiseBase< T >
reject(java.lang.Exception exception)fm.liveswitch.PromiseBase< T >
rejectAsync(java.lang.Exception exception)fm.liveswitch.PromiseBase< T >
rejectNow(java.lang.Exception ex)fm.liveswitch.PromiseBase< T >static
resolve(T result)fm.liveswitch.PromiseBase< T >
resolveAsync(T result)fm.liveswitch.PromiseBase< T >
resolveNow()fm.liveswitch.PromiseBase< T >static
resolveNow(R result)fm.liveswitch.PromiseBase< T >static
setException(java.lang.Exception value)fm.liveswitch.FutureBase< T >protected
setResult(T value)fm.liveswitch.FutureBase< T >protected
setState(fm.liveswitch.FutureState value)fm.liveswitch.FutureBase< T >protected
then(fm.liveswitch.IAction1< T > resolveAction)fm.liveswitch.Future< T >
then(fm.liveswitch.IAction1< T > resolveAction, fm.liveswitch.IAction1< java.lang.Exception > rejectAction)fm.liveswitch.Future< T >
then(fm.liveswitch.IFunction1< T, fm.liveswitch.Future< R >> resolveFunction)fm.liveswitch.Future< T >
then(fm.liveswitch.IFunction1< T, fm.liveswitch.Future< R >> resolveFunction, fm.liveswitch.IAction1< java.lang.Exception > rejectAction)fm.liveswitch.Future< T >
waitForPromise()fm.liveswitch.Future< T >
waitForPromise(int millisecondsTimeout)fm.liveswitch.Future< T >
waitForResult()fm.liveswitch.Future< T >
waitForResult(int millisecondsTimeout)fm.liveswitch.Future< T >
wrapPromise(fm.liveswitch.IFunction0< fm.liveswitch.Future< R >> callback)fm.liveswitch.PromiseBase< T >static