Next | baconjs (original) (raw)

Indicates a new value in an EventStream or a Property.

Can be distinguished from other events using isNext

Type parameters

Hierarchy

Index

Constructors

Properties

Constructors

constructor

Returns Next

Properties

hasValue

hasValue: boolean = true

id

id: number = ++eventIdCounter

isEnd

isEnd: boolean = false

isError

isError: boolean = false

isInitial

isInitial: boolean = false

isNext

isNext: boolean = true

value

value: V