Next | baconjs (original) (raw)
Indicates a new value in an EventStream or a Property.
Can be distinguished from other events using isNext
Type parameters
V
Hierarchy
- Value<V>
- Next
Index
Constructors
Properties
Constructors
constructor
- new Next(value: V): Next
Parameters
value: V
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