ExpandedMapSeqAct

final class ExpandedMapSeqAct[T <: Txn[T], A](in: IExpr[T, Seq[A]], it: Expanded[T, A], fun: Act)(implicit val targets: ITargets[T], ctx: Context[T]) extends IAction[T] with IActionImpl[T]
trait IActionImpl[T]
trait IAction[T]
trait Disposable[T]
trait Form[T]
class Object
trait Matchable
class Any

Value members

Concrete methods

def executeAction()(implicit tx: T): Unit

Inherited methods

final protected def addDisposable(d: Disposable[T])(implicit tx: T): Unit
Inherited from:
IActionImpl
def addSource(tr: ITrigger[T])(implicit tx: T): Unit
Inherited from:
IActionImpl
def dispose()(implicit tx: T): Unit
Inherited from:
IActionImpl