Beamable SDK
Beamable.Common.Promise< T > Member List

This is the complete list of members for Beamable.Common.Promise< T >, including all inherited members.

_errStackTrace (defined in Beamable.Common.PromiseBase)Beamable.Common.PromiseBaseprotected
_lock (defined in Beamable.Common.PromiseBase)Beamable.Common.PromiseBaseprotected
CompleteError(Exception ex)Beamable.Common.Promise< T >inline
CompleteSuccess(T val)Beamable.Common.Promise< T >inline
CompleteSuccess() (defined in Beamable.Common.Promise< T >)Beamable.Common.Promise< T >
done (defined in Beamable.Common.PromiseBase)Beamable.Common.PromiseBaseprotected
err (defined in Beamable.Common.PromiseBase)Beamable.Common.PromiseBaseprotected
errbacks (defined in Beamable.Common.PromiseBase)Beamable.Common.PromiseBaseprotected
errInfo (defined in Beamable.Common.PromiseBase)Beamable.Common.PromiseBaseprotected
Error(Action< Exception > errback)Beamable.Common.Promise< T >inline
ExecuteInBatch< T >(int maxBatchSize, List< Func< Promise< T > > > generators)Beamable.Common.Promise< T >inlinestatic
ExecuteInBatchSequence< T >(int maxBatchSize, List< Func< Promise< T > > > generators, Func< bool > stopWhen=null) (defined in Beamable.Common.Promise< T >)Beamable.Common.Promise< T >inlinestatic
ExecuteRolling< T >(int maxProcessSize, List< Func< Promise< T > > > generators, Func< bool > stopWhen=null)Beamable.Common.Promise< T >inlinestatic
ExecuteSerially< T >(List< Func< Promise< T > > > generators, Func< bool > stopWhen=null)Beamable.Common.Promise< T >inlinestatic
Failed(Exception err)Beamable.Common.Promise< T >inlinestatic
FlatMap< PromiseU, U >(Func< T, PromiseU > callback, Func< PromiseU > factory)Beamable.Common.Promise< T >inline
FlatMap< TU >(Func< T, Promise< TU > > callback)Beamable.Common.Promise< T >inline
GetAwaiter()Beamable.Common.Promise< T >inline
GetResult()Beamable.Common.Promise< T >inline
HadAnyErrbacksBeamable.Common.PromiseBase
HasUncaughtErrorHandler (defined in Beamable.Common.PromiseBase)Beamable.Common.PromiseBasestatic
InvokeUncaughtPromise() (defined in Beamable.Common.PromiseBase)Beamable.Common.PromiseBaseinlineprotected
IsCompletedBeamable.Common.PromiseBase
Map< TU >(Func< T, TU > callback)Beamable.Common.Promise< T >inline
Merge(Promise< T > other)Beamable.Common.Promise< T >inline
ObservableSequence< T >(IList< Promise< T > > promises)Beamable.Common.Promise< T >inlinestatic
Sequence< T >(IList< Promise< T > > promises)Beamable.Common.Promise< T >inlinestatic
Sequence< T >(params Promise< T >[] promises)Beamable.Common.Promise< T >inlinestatic
SetPotentialUncaughtErrorHandler(PromiseEvent handler, bool replaceExistingHandlers=true)Beamable.Common.PromiseBaseinlinestatic
Success (defined in Beamable.Common.Promise< T >)Beamable.Common.Promise< T >static
Successful(T value)Beamable.Common.Promise< T >inlinestatic
SuccessfulUnit (defined in Beamable.Common.PromiseBase)Beamable.Common.PromiseBasestatic
Then(Action< T > callback)Beamable.Common.Promise< T >inline
Unit (defined in Beamable.Common.PromiseBase)Beamable.Common.PromiseBasestatic