ReactiveX Operators

This documentation groups information about the various operators and examples of their usage into the following pages:

Creating Observables
CreateDeferEmpty/ Never/ ThrowFromIntervalJustRangeRepeatStart, and  Timer
Transforming Observable Items
BufferFlatMapGroupByMapScan, and  Window
Filtering Observables
DebounceDistinctElementAtFilterFirstIgnoreElementsLastSampleSkipSkipLastTake, and  TakeLast
Combining Observables
And/ Then/ WhenCombineLatestJoinMergeStartWithSwitch, and  Zip
Error Handling Operators
Catch and  Retry
Utility Operators
DelayDoMaterialize/ DematerializeObserveOnSerializeSubscribeSubscribeOn, TimeIntervalTimeoutTimestamp, and  Using
Conditional and Boolean Operators
AllAmbContainsDefaultIfEmptySequenceEqualSkipUntilSkipWhileTakeUntil, and  TakeWhile
Mathematical and Aggregate Operators
AverageConcatCountMaxMinReduce, and  Sum
Converting Observables
To
Connectable Observable Operators
ConnectPublishRefCount, and  Replay
Backpressure Operators
a variety of operators that enforce particular flow-control policies

These pages include information about some operators that are not part of the core of ReactiveX but are implemented in one or more of language-specific implementations and/or optional modules.

http://reactivex.io/documentation/observable.html

猜你喜欢

转载自www.cnblogs.com/feng9exe/p/9004674.html