PipeFnNext<T> 
Interface
Type used as a successful result of a PipeOperator when calculating a synchronous value.
Source: rxjs-read/src/lib/pipe/pipe.ts:8
Type parameters 
| Parameter | Description | 
|---|---|
| T | type of the calculated value | 
Properties 
type 
type: "next"
Source: rxjs-read/src/lib/pipe/pipe.ts:9
value 
value:
T