| CompleteError(Exception ex) | Beamable.Common.Promise< IList< T > > | inline |
| CompleteSuccess() | Beamable.Common.SequencePromise< T > | inline |
| Promise< IList< T > >.CompleteSuccess(T val) | Beamable.Common.Promise< IList< T > > | inline |
| Count | Beamable.Common.SequencePromise< T > | |
| Error(Action< Exception > errback) | Beamable.Common.Promise< IList< T > > | inline |
| ErrorCount | Beamable.Common.SequencePromise< T > | |
| ExecuteInBatch< T >(int maxBatchSize, List< Func< Promise< T > > > generators) | Beamable.Common.Promise< IList< T > > | inlinestatic |
| ExecuteRolling< T >(int maxProcessSize, List< Func< Promise< T > > > generators, Func< bool > stopWhen=null) | Beamable.Common.Promise< IList< T > > | inlinestatic |
| ExecuteSerially< T >(List< Func< Promise< T > > > generators, Func< bool > stopWhen=null) | Beamable.Common.Promise< IList< T > > | inlinestatic |
| Failed(Exception err) | Beamable.Common.Promise< IList< T > > | inlinestatic |
| FlatMap< PromiseU, U >(Func< T, PromiseU > callback, Func< PromiseU > factory) | Beamable.Common.Promise< IList< T > > | inline |
| FlatMap< TU >(Func< T, Promise< TU > > callback) | Beamable.Common.Promise< IList< T > > | inline |
| GetAwaiter() | Beamable.Common.Promise< IList< T > > | inline |
| GetResult() | Beamable.Common.Promise< IList< T > > | inline |
| HasProcessedAllEntries | Beamable.Common.SequencePromise< T > | |
| Map< TU >(Func< T, TU > callback) | Beamable.Common.Promise< IList< T > > | inline |
| Merge(Promise< T > other) | Beamable.Common.Promise< IList< T > > | inline |
| ObservableSequence< T >(IList< Promise< T > > promises) | Beamable.Common.Promise< IList< T > > | inlinestatic |
| OnElementError(Action< SequenceEntryException > handler) | Beamable.Common.SequencePromise< T > | inline |
| OnElementSuccess(Action< SequenceEntrySuccess< T > > handler) | Beamable.Common.SequencePromise< T > | inline |
| Ratio | Beamable.Common.SequencePromise< T > | |
| ReportEntryError(SequenceEntryException exception) | Beamable.Common.SequencePromise< T > | inline |
| ReportEntryError(int index, Exception err) | Beamable.Common.SequencePromise< T > | |
| ReportEntrySuccess(SequenceEntrySuccess< T > success) | Beamable.Common.SequencePromise< T > | inline |
| ReportEntrySuccess(int index, T result) | Beamable.Common.SequencePromise< T > | |
| Sequence< T >(IList< Promise< T > > promises) | Beamable.Common.Promise< IList< T > > | inlinestatic |
| Sequence< T >(params Promise< T >[] promises) | Beamable.Common.Promise< IList< T > > | inlinestatic |
| SequencePromise(int count) (defined in Beamable.Common.SequencePromise< T >) | Beamable.Common.SequencePromise< T > | inline |
| SuccessCount | Beamable.Common.SequencePromise< T > | |
| Successful(T value) | Beamable.Common.Promise< IList< T > > | inlinestatic |
| SuccessfulResults | Beamable.Common.SequencePromise< T > | |
| Then(Action< T > callback) | Beamable.Common.Promise< IList< T > > | inline |
| Total | Beamable.Common.SequencePromise< T > | |