switchMap

fun <B> switchMap(f: SampleScope.(A) -> Event<B>): Event<B>(source)