Skip to content

CancellingReadProvider<T>

Interface

ReadProvider that might cancel a synchronous calculation.

Source: lib/read-providers.ts:21

Type parameters

ParameterDescription
Ttype of the value

Methods

observable()

observable(): Observable<T>

Source: lib/read-providers.ts:23

Returns

Observable<T>

result()

result(): PipeFnResult<T>

Source: lib/read-providers.ts:25

Returns

PipeFnResult<T>