ExpandedMapOptionLike

abstract class ExpandedMapOptionLike[T <: Txn[T], A, P, B](in: IExpr[T, Option[A]], it: Expanded[T, A], fun: Ex[P], tx0: T)(implicit targets: ITargets[T], ctx: Context[T]) extends ExpandedMapSeqOrOption[T, A, Option, P, Option[B]]
class ExpandedMapSeqOrOption[T, A, Option, P, Option[B]]
trait Caching
trait IChangeEventImpl[T, Option[B]]
trait IChangeEvent[T, Option[B]]
trait IEventImpl[T, Change[Option[B]]]
trait IEvent[T, Change[Option[B]]]
trait Observable[T, Change[Option[B]]]
trait IExpr[T, Option[B]]
trait Disposable[T]
trait IChangePublisher[T, Option[B]]
trait IPublisher[T, Change[Option[B]]]
trait ExprLike[T, Option[B]]
trait Form[T]
class Object
trait Matchable
class Any
class ExpandedFlatMapOption[T, A, B]
class ExpandedMapOption[T, A, B]

Type members

Inherited types

protected type Tuples = In[(IExpr[T, P], Disposable[T])]
Inherited from:
ExpandedMapSeqOrOption

Value members

Concrete methods

final protected def emptyIn[A1]: Option[A1]
final protected def emptyOut: Option[B]
final protected def foreach[A1](in: Option[A1])(body: A1 => Unit): Unit
final protected def isEmpty[A1](in: Option[A1]): Boolean
final protected def map[A1, B1](in: Option[A1])(body: A1 => B1): Option[B1]

Inherited methods

def --->(sink: IEvent[T, Any])(implicit tx: T): Unit
Inherited from:
IEventImpl
def -/->(sink: IEvent[T, Any])(implicit tx: T): Unit
Inherited from:
IEventImpl
protected def buildResult(inV: Option[A], tuples: Tuples)(elem: IExpr[T, P] => P)(implicit tx: T): Option[B]
Inherited from:
ExpandedMapSeqOrOption
def changed: IChangeEvent[T, Option[B]]
Inherited from:
ExpandedMapSeqOrOption
final def dispose()(implicit tx: T): Unit
Inherited from:
ExpandedMapSeqOrOption
def react(fun: T => Change[Option[B]] => Unit)(implicit tx: T): Disposable[T]
Inherited from:
IEventImpl
final def value(implicit tx: T): Option[B]
Inherited from:
ExpandedMapSeqOrOption