End | baconjs (original) (raw)

An event that indicates the end of an EventStream or a Property. No more events can be emitted after this one.

Can be distinguished from other events using isEnd

Hierarchy

Index

Properties

Properties

hasValue

hasValue: boolean = false

id

id: number = ++eventIdCounter

isEnd

isEnd: boolean = true

isError

isError: boolean = false

isInitial

isInitial: boolean = false

isNext

isNext: boolean = false