OnlyOnceFlow
This Flow implementation represents a flow that emits exactly one value during its lifetime.
Parameters
value
the value to emit on the flow
Constructors
Functions
Extensions
Link copied to clipboard
gives the MessageEvent.data as Flow of ArrayBuffer
Link copied to clipboard
gives the MessageEvent.data as Flow of Blob
Link copied to clipboard
gives the MessageEvent.data as Flow of String
Link copied to clipboard
Calls Event.composedPath on the Event-flow.
Link copied to clipboard
gives the MessageEvent.data as Flow of Any
Link copied to clipboard
Calls Event.preventDefault on the Event-flow.
Link copied to clipboard
Calls Event.stopImmediatePropagation on the Event-flow.
Link copied to clipboard
Calls Event.stopPropagation on the Event-flow.
Link copied to clipboard
Checks if a Flow of a List of ValidationMessages is valid.