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

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

CompleteError(Exception ex) (defined in Beamable.Common.Promise< T >)Beamable.Common.Promise< T >inline
CompleteSuccess(T val) (defined in Beamable.Common.Promise< T >)Beamable.Common.Promise< T >inline
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
Error(Action< Exception > errback) (defined in Beamable.Common.Promise< T >)Beamable.Common.Promise< T >inline
ExecuteInBatch< T >(int maxBatchSize, List< Func< Promise< T >>> generators)Beamable.Common.Promise< T >inlinestatic
ExecuteRolling< T >(int maxProcessSize, List< Func< Promise< T >>> generators)Beamable.Common.Promise< T >inlinestatic
ExecuteSerially< T >(List< Func< Promise< T >>> generators)Beamable.Common.Promise< T >inlinestatic
Failed(Exception err) (defined in Beamable.Common.Promise< T >)Beamable.Common.Promise< T >inlinestatic
FlatMap< PromiseU, U >(Func< T, PromiseU > callback, Func< PromiseU > factory) (defined in Beamable.Common.Promise< T >)Beamable.Common.Promise< T >inline
FlatMap< TU >(Func< T, Promise< TU >> callback) (defined in Beamable.Common.Promise< T >)Beamable.Common.Promise< T >inline
GetAwaiter() (defined in Beamable.Common.Promise< T >)Beamable.Common.Promise< T >inline
GetResult() (defined in Beamable.Common.Promise< T >)Beamable.Common.Promise< T >inline
HadAnyErrbacks (defined in Beamable.Common.PromiseBase)Beamable.Common.PromiseBase
InvokeUncaughtPromise() (defined in Beamable.Common.PromiseBase)Beamable.Common.PromiseBaseinlineprotected
IsCompleted (defined in Beamable.Common.PromiseBase)Beamable.Common.PromiseBase
Map< TU >(Func< T, TU > callback) (defined in Beamable.Common.Promise< T >)Beamable.Common.Promise< T >inline
ObservableSequence< T >(IList< Promise< T >> promises) (defined in Beamable.Common.Promise< T >)Beamable.Common.Promise< T >inlinestatic
Sequence< T >(IList< Promise< T >> promises) (defined in Beamable.Common.Promise< T >)Beamable.Common.Promise< T >inlinestatic
Sequence< T >(params Promise< T >[] promises) (defined in Beamable.Common.Promise< T >)Beamable.Common.Promise< T >inlinestatic
SetPotentialUncaughtErrorHandler(PromiseEvent handler) (defined in Beamable.Common.PromiseBase)Beamable.Common.PromiseBaseinlinestatic
Successful(T value) (defined in Beamable.Common.Promise< T >)Beamable.Common.Promise< T >inlinestatic
SuccessfulUnit (defined in Beamable.Common.PromiseBase)Beamable.Common.PromiseBasestatic
Then(Action< T > callback) (defined in Beamable.Common.Promise< T >)Beamable.Common.Promise< T >inline
Unit (defined in Beamable.Common.PromiseBase)Beamable.Common.PromiseBasestatic