ObservableOfOptionOps

final class ObservableOfOptionOps[A](val underlying: Observable[Option[A]])
class Object
trait Matchable
class Any

Value members

Concrete methods

@inline
def childIfDefined(child: => Child): Inserter[Base]
@inline
def childIfEmpty(child: => Child): Inserter[Base]
@inline
def doWhenDefined(callback: => Unit): Binder[Base]
@inline
def doWhenEmpty(callback: => Unit): Binder[Base]

Concrete fields

val underlying: Observable[Option[A]]