SequenceLeafAction

case class SequenceLeafAction[Ctx, Val](value: Seq[LeafAction[Ctx, Val]]) extends LeafAction[Ctx, Seq[Val]]
trait Serializable
trait Product
trait Equals
trait LeafAction[Ctx, Seq[Val]]
trait Action[Ctx, Seq[Val]]
class Object
trait Matchable
class Any

Value members

Concrete methods

override def map[NewVal](fn: Seq[Val] => NewVal)(implicit ec: ExecutionContext): MappedSequenceLeafAction[Ctx, Val, NewVal]
Definition Classes

Inherited methods

Inherited from:
Product