ExpandedMapSeq

final class ExpandedMapSeq[T <: Txn[T], A, B](in: IExpr[T, Seq[A]], it: Expanded[T, A], fun: Ex[B], tx0: T)(implicit targets: ITargets[T], ctx: Context[T]) extends ExpandedMapSeqLike[T, A, B, B]
class ExpandedMapSeqLike[T, A, B, B]
class ExpandedMapSeqIn[T, A, B, Seq[B]]
class ExpandedMapSeqOrOption[T, A, Seq, B, Seq[B]]
trait Caching
trait IChangeEventImpl[T, Seq[B]]
trait IChangeEvent[T, Seq[B]]
trait IEventImpl[T, Change[Seq[B]]]
trait IEvent[T, Change[Seq[B]]]
trait Observable[T, Change[Seq[B]]]
trait IExpr[T, Seq[B]]
trait Disposable[T]
trait IChangePublisher[T, Seq[B]]
trait IPublisher[T, Change[Seq[B]]]
trait ExprLike[T, Seq[B]]
trait Form[T]
class Object
trait Matchable
class Any

Type members

Inherited types

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

Value members

Concrete methods

override def toString: String
Definition Classes
Any

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
final protected def buildResult(inV: Seq[A], tuples: Tuples)(elem: IExpr[T, B] => B)(implicit tx: T): Seq[B]
Inherited from:
ExpandedMapSeqLike
def changed: IChangeEvent[T, Seq[B]]
Inherited from:
ExpandedMapSeqOrOption
final def dispose()(implicit tx: T): Unit
Inherited from:
ExpandedMapSeqOrOption
final protected def emptyIn[A1]: Seq[A1]
Inherited from:
ExpandedMapSeqIn
final protected def emptyOut: Seq[B]
Inherited from:
ExpandedMapSeqLike
final protected def foreach[A1](in: Seq[A1])(body: A1 => Unit): Unit
Inherited from:
ExpandedMapSeqIn
final protected def isEmpty[A1](in: Seq[A1]): Boolean
Inherited from:
ExpandedMapSeqIn
final protected def map[A1, B1](in: Seq[A1])(body: A1 => B1): Seq[B1]
Inherited from:
ExpandedMapSeqIn
def react(fun: T => Change[Seq[B]] => Unit)(implicit tx: T): Disposable[T]
Inherited from:
IEventImpl
final def value(implicit tx: T): Seq[B]
Inherited from:
ExpandedMapSeqOrOption