ChildCommand

outwatch.ChildCommand
See theChildCommand companion trait
object ChildCommand

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case class Append(node: VNode) extends ChildCommand

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait ChildCommand
class Object
trait Matchable
class Any
Show all
object ChildId

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
ChildId.type
sealed trait ChildId

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Element
class Key
case class Insert(index: Int, node: VNode) extends ChildCommand

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait ChildCommand
class Object
trait Matchable
class Any
Show all
case class InsertBeforeId(id: ChildId, node: VNode) extends ChildCommand

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait ChildCommand
class Object
trait Matchable
class Any
Show all
case class InsertBehindId(id: ChildId, node: VNode) extends ChildCommand

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait ChildCommand
class Object
trait Matchable
class Any
Show all
case class Move(fromIndex: Int, toIndex: Int) extends ChildCommand

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait ChildCommand
class Object
trait Matchable
class Any
Show all
case class MoveBeforeId(fromId: ChildId, toId: ChildId) extends ChildCommand

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait ChildCommand
class Object
trait Matchable
class Any
Show all
case class MoveBehindId(fromId: ChildId, toId: ChildId) extends ChildCommand

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait ChildCommand
class Object
trait Matchable
class Any
Show all
case class MoveId(fromId: ChildId, toIndex: Int) extends ChildCommand

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait ChildCommand
class Object
trait Matchable
class Any
Show all
case class Prepend(node: VNode) extends ChildCommand

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait ChildCommand
class Object
trait Matchable
class Any
Show all
case class Remove(index: Int) extends ChildCommand

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait ChildCommand
class Object
trait Matchable
class Any
Show all
case class RemoveId(id: ChildId) extends ChildCommand

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait ChildCommand
class Object
trait Matchable
class Any
Show all
case class Replace(index: Int, node: VNode) extends ChildCommand

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait ChildCommand
class Object
trait Matchable
class Any
Show all
case class ReplaceAll(list: Array[VNode]) extends ChildCommand

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait ChildCommand
class Object
trait Matchable
class Any
Show all
case class ReplaceId(id: ChildId, node: VNode) extends ChildCommand

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait ChildCommand
class Object
trait Matchable
class Any
Show all

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def stream(valueStream: Observable[Seq[ChildCommand]], config: RenderConfig): VMod