This is the complete list of members for fm.liveswitch.Future< T >, including all inherited members.
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 > | |
getResult() | fm.liveswitch.FutureBase< T > | |
getState() | fm.liveswitch.FutureBase< T > | |
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 > |