SourceOfOptionOps

final class SourceOfOptionOps[A](val underlying: Source[Option[A]])
class Object
trait Matchable
class Any

Value members

Concrete methods

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

Concrete fields

val underlying: Source[Option[A]]