Skip to content

CancellingPipeOperator<I, R>

Interface

PipeOperator that might cancel a synchronous calculation.

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

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:23

valueOperator

valueOperator: UnaryFn<I, PipeFnResult<R>>

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