FlattenStrategy

trait FlattenStrategy[-Outer <: ([_] =>> Observable[_]), -Inner[_], Output <: ([_] =>> Observable[_])]

Observable.MetaObservable.flatten needs an instance of this trait to know how exactly to do the flattening.

Observable.MetaObservable.flatten needs an instance of this trait to know how exactly to do the flattening.

Companion
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def flatten[A](parent: Outer[Inner[A]]): Output[A]

Must not throw

Must not throw