Skip to content

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

ParameterDescription
Ttype of the calculated value

Properties

type

type: "next"

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

value

value: T

Source: rxjs-read/src/lib/pipe/pipe.ts:10