Beamable SDK
Core.Platform.SDK.Promise< T > Member List

This is the complete list of members for Core.Platform.SDK.Promise< T >, including all inherited members.

CompleteError(Exception ex) (defined in Core.Platform.SDK.Promise< T >)Core.Platform.SDK.Promise< T >inline
CompleteSuccess(T val) (defined in Core.Platform.SDK.Promise< T >)Core.Platform.SDK.Promise< T >inline
done (defined in Core.Platform.SDK.PromiseBase)Core.Platform.SDK.PromiseBaseprotected
err (defined in Core.Platform.SDK.PromiseBase)Core.Platform.SDK.PromiseBaseprotected
errbacks (defined in Core.Platform.SDK.PromiseBase)Core.Platform.SDK.PromiseBaseprotected
Error(Action< Exception > errback) (defined in Core.Platform.SDK.Promise< T >)Core.Platform.SDK.Promise< T >inline
ExecuteRolling< T >(int maxProcessSize, List< Func< Promise< T >>> generators)Core.Platform.SDK.Promise< T >inlinestatic
ExecuteSerially< T >(List< Func< Promise< T >>> generators)Core.Platform.SDK.Promise< T >inlinestatic
Failed(Exception err) (defined in Core.Platform.SDK.Promise< T >)Core.Platform.SDK.Promise< T >inlinestatic
FlatMap< PromiseU, U >(Func< T, PromiseU > callback, Func< PromiseU > factory) (defined in Core.Platform.SDK.Promise< T >)Core.Platform.SDK.Promise< T >inline
FlatMap< TU >(Func< T, Promise< TU >> callback) (defined in Core.Platform.SDK.Promise< T >)Core.Platform.SDK.Promise< T >inline
GetAwaiter() (defined in Core.Platform.SDK.Promise< T >)Core.Platform.SDK.Promise< T >inline
GetResult() (defined in Core.Platform.SDK.Promise< T >)Core.Platform.SDK.Promise< T >inline
HadAnyErrbacks (defined in Core.Platform.SDK.PromiseBase)Core.Platform.SDK.PromiseBase
InvokeUncaughtPromise() (defined in Core.Platform.SDK.PromiseBase)Core.Platform.SDK.PromiseBaseinlineprotected
IsCompleted (defined in Core.Platform.SDK.PromiseBase)Core.Platform.SDK.PromiseBase
Map< TU >(Func< T, TU > callback) (defined in Core.Platform.SDK.Promise< T >)Core.Platform.SDK.Promise< T >inline
ObservableSequence< T >(IList< Promise< T >> promises) (defined in Core.Platform.SDK.Promise< T >)Core.Platform.SDK.Promise< T >inlinestatic
Sequence< T >(IList< Promise< T >> promises) (defined in Core.Platform.SDK.Promise< T >)Core.Platform.SDK.Promise< T >inlinestatic
Sequence< T >(params Promise< T >[] promises) (defined in Core.Platform.SDK.Promise< T >)Core.Platform.SDK.Promise< T >inlinestatic
SetPotentialUncaughtErrorHandler(PromiseEvent handler) (defined in Core.Platform.SDK.PromiseBase)Core.Platform.SDK.PromiseBaseinlinestatic
Successful(T value) (defined in Core.Platform.SDK.Promise< T >)Core.Platform.SDK.Promise< T >inlinestatic
Then(Action< T > callback) (defined in Core.Platform.SDK.Promise< T >)Core.Platform.SDK.Promise< T >inline
Unit (defined in Core.Platform.SDK.PromiseBase)Core.Platform.SDK.PromiseBasestatic