Namespace RxSharp.Operators
Classes
- AuditOperator
The
audit/auditTimeoperators.
- BufferCountOperator
Implements the
BufferCountoperator. Mirrors rxjs'sbufferCount.
- BufferOperator
The
bufferoperator.
- BufferTimeOperator
The
bufferTimeoperator.
- BufferWhenOperator
The
bufferWhenoperator.
- CatchErrorOperator
Implements the
CatchErroroperator. Mirrors rxjs'scatchError.
- CombineLatestAllOperator
Extension methods implementing the
combineLatestAlloperator.
- CombineLatestWithOperator
Extension methods implementing the
combineLatestWithoperator.
- ConcatAllOperator
Extension methods implementing the
concatAlloperator.
- ConcatMapOperator
Implements the
ConcatMapoperator. Mirrors rxjs'sconcatMap.
- ConcatMapToOperator
Extension methods implementing the
concatMapTooperator.
- ConcatWithOperator
Extension methods implementing the
concatWithoperator.
- CountOperator
Implements the
Countoperator. Mirrors rxjs'scount.
- DebounceOperator
The
debounceoperator.
- DebounceTimeOperator
Implements the
DebounceTimeoperator. Mirrors rxjs'sdebounceTime.
- DefaultIfEmptyOperator
Implements the
DefaultIfEmptyoperator. Mirrors rxjs'sdefaultIfEmpty.
- DelayOperator
Implements the
Delayoperator. Mirrors rxjs'sdelay.
- DelayWhenOperator
Implements the
DelayWhenoperator. Mirrors rxjs'sdelayWhen.
- DistinctOperator
Implements the
Distinctoperator. Mirrors rxjs'sdistinct.
- DistinctUntilChangedOperator
Implements the
DistinctUntilChangedoperator. Mirrors rxjs'sdistinctUntilChanged.
- ElementAtOperator
Implements the
ElementAtoperator. Mirrors rxjs'selementAt.
- EndWithOperator
Extension methods implementing the
endWithoperator.
- EveryOperator
Implements the
Everyoperator. Mirrors rxjs'severy.
- ExhaustAllOperator
Extension methods implementing the
exhaustAlloperator.
- ExhaustMapOperator
Extension methods implementing the
exhaustMapoperator.
- ExpandOperator
Extension methods implementing the
expandoperator.
- FilterOperator
Implements the
Filteroperator. Mirrors rxjs'sfilter.
- FinalizeOperator
Extension methods implementing the
finalizeoperator.
- FindIndexOperator
Implements the
FindIndexoperator. Mirrors rxjs'sfindIndex.
- FindOperator
Implements the
Findoperator. Mirrors rxjs'sfind.
- FirstOperator
Implements the
Firstoperator. Mirrors rxjs'sfirst.
- GroupByOperator
The
groupByoperator. See the main overload below for full behavior.
- IgnoreElementsOperator
Implements the
IgnoreElementsoperator. Mirrors rxjs'signoreElements.
- IsEmptyOperator
Implements the
IsEmptyoperator. Mirrors rxjs'sisEmpty.
- LastOperator
Implements the
Lastoperator. Mirrors rxjs'slast.
- MapOperator
Extension methods implementing the
mapoperator.
- MapToOperator
Extension methods implementing the
mapTooperator.
- MaterializeOperator
Extension methods implementing the
materializeanddematerializeoperators.
- MaxOperator
Extension methods implementing the
maxoperator.
- MergeAllOperator
Extension methods implementing the
mergeAlloperator.
- MergeMapOperator
Extension methods implementing the
mergeMapoperator.
- MergeMapToOperator
Extension methods implementing the
mergeMapTooperator.
- MergeScanOperator
Extension methods implementing the
mergeScanoperator.
- MergeWithOperator
Extension methods implementing the
mergeWithoperator.
- MinOperator
Extension methods implementing the
minoperator.
- OnErrorResumeNextOperator
Extension methods implementing the pipeable-operator form of
onErrorResumeNext.
- PairwiseOperator
Extension methods implementing the
pairwiseoperator.
- PartitionOperator
Implements the
Partitionoperator. Mirrors rxjs'spartition.
- RaceOperator
Extension methods implementing the
raceWithoperator.
- ReduceOperator
Extension methods implementing the
reduceoperator.
- RepeatOperator
Extension methods implementing the
repeatoperator.
- RepeatWhenOperator
Extension methods implementing the
repeatWhenoperator.
- RetryOperator
Extension methods implementing the
retryoperator.
- RetryWhenOperator
Extension methods implementing the
retryWhenoperator.
- SampleOperator
The
sample/sampleTimeoperators.
- ScanOperator
Extension methods implementing the
scanoperator.
- SequenceEqualOperator
Implements the
SequenceEqualoperator. Mirrors rxjs'ssequenceEqual.
- ShareConfig<T>
Configuration object for the Share<T>(Observable<T>, ShareConfig<T>) overload, mirroring rxjs's
ShareConfig. All properties default to rxjs's own defaults (resetOnError: true, resetOnComplete: true, resetOnRefCountZero: true, plain Subject<T> connector), sonew ShareConfig<T>()behaves identically to the parameterless Share<T>(Observable<T>).
- ShareOperator
Implements the
Shareoperator. Mirrors rxjs'sshare()with its default config.
- ShareReplayOperator
Implements the
ShareReplayoperator. Mirrors rxjs'sshareReplay().
- SingleOperator
Implements the
Singleoperator. Mirrors rxjs'ssingle.
- SkipLastOperator
Implements the
SkipLastoperator. Mirrors rxjs'sskipLast.
- SkipOperator
Implements the
Skipoperator. Mirrors rxjs'sskip.
- SkipUntilOperator
Extension methods implementing the
skipUntiloperator.
- SkipWhileOperator
Implements the
SkipWhileoperator. Mirrors rxjs'sskipWhile.
- StartWithOperator
Extension methods implementing the
startWithoperator.
- SwitchAllOperator
Extension methods implementing the
switchAlloperator.
- SwitchMapOperator
Extension methods implementing the
switchMapoperator.
- SwitchMapToOperator
Extension methods implementing the
switchMapTooperator.
- SwitchScanOperator
Extension methods implementing the
switchScanoperator.
- TakeLastOperator
Implements the
TakeLastoperator. Mirrors rxjs'stakeLast.
- TakeOperator
Extension methods implementing the
takeoperator.
- TakeUntilOperator
Extension methods implementing the
takeUntiloperator.
- TakeWhileOperator
Implements the
TakeWhileoperator. Mirrors rxjs'stakeWhile.
- TapOperator
Extension methods implementing the
tapoperator.
- ThrottleOperator
The
throttle/throttleTimeoperators.
- ThrowIfEmptyOperator
Extension methods implementing the
throwIfEmptyoperator.
- TimeIntervalOperator
Extension methods implementing the
timeIntervaloperator.
- TimestampOperator
Extension methods implementing the
timestampoperator.
- ToArrayOperator
Implements the
ToArrayoperator. Mirrors rxjs'stoArray.
- WindowCountOperator
The
windowCountoperator.
- WindowOperator
The
windowoperator.
- WindowTimeOperator
The
windowTimeoperator.
- WindowWhenOperator
The
windowWhenoperator.
- WithLatestFromOperator
Extension methods implementing the
withLatestFromoperator.
- ZipAllOperator
Extension methods implementing the
zipAlloperator.
- ZipWithOperator
Extension methods implementing the
zipWithoperator.