MergedEventSource

An EventSource that merges multiple sources into one

Parameters

E

The type of Events the sources will emit

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun subscribe(eventConsumer: Consumer<E>): Disposable

Subscribes the supplied consumer to the events from this event source, until the returned Disposable is disposed. Multiple such subscriptions can be in place concurrently for a given event source, without affecting each other.