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