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.PromiseBase | protected |
err (defined in Beamable.Common.PromiseBase) | Beamable.Common.PromiseBase | protected |
errbacks (defined in Beamable.Common.PromiseBase) | Beamable.Common.PromiseBase | protected |
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.PromiseBase | inlineprotected |
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.PromiseBase | inlinestatic |
Successful(T value) (defined in Beamable.Common.Promise< T >) | Beamable.Common.Promise< T > | inlinestatic |
SuccessfulUnit (defined in Beamable.Common.PromiseBase) | Beamable.Common.PromiseBase | static |
Then(Action< T > callback) (defined in Beamable.Common.Promise< T >) | Beamable.Common.Promise< T > | inline |
Unit (defined in Beamable.Common.PromiseBase) | Beamable.Common.PromiseBase | static |