ExpandedMapSeqIn

abstract class ExpandedMapSeqIn[T <: Txn[T], A, P, Out](in: IExpr[T, Seq[A]], it: Expanded[T, A], fun: Ex[P], tx0: T)(implicit targets: ITargets[T], ctx: Context[T]) extends ExpandedMapSeqOrOption[T, A, Seq, P, Out]
class ExpandedMapSeqOrOption[T, A, Seq, P, Out]
trait Caching
trait IChangeEventImpl[T, Out]
trait IChangeEvent[T, Out]
trait IEventImpl[T, Change[Out]]
trait IEvent[T, Change[Out]]
trait Observable[T, Change[Out]]
trait IExpr[T, Out]
trait Disposable[T]
trait IChangePublisher[T, Out]
trait IPublisher[T, Change[Out]]
trait ExprLike[T, Out]
trait Form[T]
class Object
trait Matchable
class Any
class ExpandedMapSeqLike[T, A, P, B]
class ExpandedFlatMapSeq[T, A, B]
class ExpandedMapSeq[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]: Seq[A1]
final protected def foreach[A1](in: Seq[A1])(body: A1 => Unit): Unit
final protected def isEmpty[A1](in: Seq[A1]): Boolean
final protected def map[A1, B1](in: Seq[A1])(body: A1 => B1): Seq[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: Seq[A], tuples: Tuples)(elem: IExpr[T, P] => P)(implicit tx: T): Out
Inherited from:
ExpandedMapSeqOrOption
def changed: IChangeEvent[T, Out]
Inherited from:
ExpandedMapSeqOrOption
final def dispose()(implicit tx: T): Unit
Inherited from:
ExpandedMapSeqOrOption
protected def emptyOut: Out
Inherited from:
ExpandedMapSeqOrOption
def react(fun: T => Change[Out] => Unit)(implicit tx: T): Disposable[T]
Inherited from:
IEventImpl
final def value(implicit tx: T): Out
Inherited from:
ExpandedMapSeqOrOption