SourceOfOptionOps

io.laminext.core.ops.source.SourceOfOptionOps
final class SourceOfOptionOps[A](val underlying: Source[Option[A]])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

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

Concrete fields

val underlying: Source[Option[A]]