ContinuingPipeOperator<I, R>
Interface
PipeOperator that will never cancel a synchronous calculation.
Source: lib/util/pipe.operator.ts:11
Type parameters
| Parameter | Description |
|---|---|
| I | type of the input value passed to the operator |
| R | type of the return value returned from the operator |
Properties
observableOperator
observableOperator:
UnaryFn<Observable<I>,Observable<R>>
Source: lib/util/pipe.operator.ts:12
valueOperator
valueOperator:
UnaryFn<I,PipeFnNext<R>>
Source: lib/util/pipe.operator.ts:13