SwitchLatest<T> extension

A utility to take events from the most recent sub stream.

on

Methods

switchLatest() Stream<T>

Available on Stream<Stream<T>>, provided by the SwitchLatest extension

Emits values from the most recently emitted Stream.