Skip to content

ContinuingPipeOperator<I, R>

Interface

PipeOperator that will never cancel a synchronous calculation.

Source: rxjs-read/src/lib/util/pipe.operator.ts:11

Type parameters

ParameterDescription
Itype of the input value passed to the operator
Rtype of the return value returned from the operator

Properties

observableOperator

observableOperator: UnaryFn<Observable<I>, Observable<R>>

Source: rxjs-read/src/lib/util/pipe.operator.ts:12

valueOperator

valueOperator: UnaryFn<I, PipeFnNext<R>>

Source: rxjs-read/src/lib/util/pipe.operator.ts:13