Package

io.udash.properties

seq

Permalink

package seq

Visibility
  1. Public
  2. All

Type Members

  1. case class Patch[+P <: ReadableProperty[_]](idx: Int, removed: Seq[P], added: Seq[P], clearsProperty: Boolean) extends Product with Serializable

    Permalink

    Describes changes in SeqProperty structure.

    Describes changes in SeqProperty structure.

    P

    Contained properties type.

    idx

    Index where changes starts.

    removed

    Properties removed from index idx.

    added

    Properties added on index idx.

  2. trait ReadableSeqProperty[A, +ElemType <: ReadableProperty[A]] extends ReadableProperty[Seq[A]]

    Permalink

    Read-only interface of SeqProperty[A].

  3. trait SeqProperty[A, +ElemType <: Property[A]] extends ReadableSeqProperty[A, ElemType] with Property[Seq[A]]

    Permalink

Value Members

  1. object SeqProperty

    Permalink

Ungrouped