Skip to content

ContinuingReadProvider<T>

Interface

ReadProvider that will never cancel a synchronous calculation.

Source: rxjs-read/src/lib/read-providers.ts:9

Type parameters

ParameterDescription
Ttype of the value

Methods

observable()

observable(): Observable<T>

Source: rxjs-read/src/lib/read-providers.ts:11

Returns

Observable<T>

result()

result(): PipeFnNext<T>

Source: rxjs-read/src/lib/read-providers.ts:13

Returns

PipeFnNext<T>