flatMap

open fun <B> flatMap(f: SampleScope.(A) -> Behavior<B>): Behavior<B>(source)