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.

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