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

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

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
CountBeamable.Common.SequencePromise< T >
Error(Action< Exception > errback)Beamable.Common.Promise< IList< T > >inline
ErrorCountBeamable.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
HasProcessedAllEntriesBeamable.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
RatioBeamable.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
SuccessCountBeamable.Common.SequencePromise< T >
Successful(T value)Beamable.Common.Promise< IList< T > >inlinestatic
SuccessfulResultsBeamable.Common.SequencePromise< T >
Then(Action< T > callback)Beamable.Common.Promise< IList< T > >inline
TotalBeamable.Common.SequencePromise< T >