Packages

p

rescala.extra

incremental

package incremental

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. case class Addition[T](v: T) extends Delta[T] with Product with Serializable

    T

    type of the value the Delta holds

    v

    the value that is added

  2. sealed trait Delta[+T] extends AnyRef

    Deltas represent a change that will happen on reactive sequences.

    Deltas represent a change that will happen on reactive sequences. This could be adding, removing or no change at all

    T

    type of the value the Delta holds

  3. trait IncrementalBundle extends Core
  4. case class NoChange[T]() extends Delta[T] with Product with Serializable

    T

    type of the value the Delta holds

  5. case class Removal[T](v: T) extends Delta[T] with Product with Serializable

    T

    type of the value the Delta holds

    v

    the value that is removed

Value Members

  1. object Delta

    Object representing the Delta trait

  2. object IncrementalApi extends IncrementalBundle with RescalaInterface with Synchron
  3. object ReCollectionsExceptions

Ungrouped