rescala.extra.incremental

Members list

Concise view

Type members

Classlikes

case class Addition[T](v: T) extends Delta[T]

Attributes

T

type of the value the Delta holds

v

the value that is added

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Delta[T]
class Object
trait Matchable
class Any
sealed trait Delta[+T]

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

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

Attributes

T

type of the value the Delta holds

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Addition[T]
class NoChange[T]
class Removal[T]
object Delta

Object representing the Delta trait

Object representing the Delta trait

Attributes

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

Attributes

Graph
Supertypes
Self type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object IncrementalApi.type
Self type
case class NoChange[T]() extends Delta[T]

Attributes

T

type of the value the Delta holds

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Delta[T]
class Object
trait Matchable
class Any

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
case class Removal[T](v: T) extends Delta[T]

Attributes

T

type of the value the Delta holds

v

the value that is removed

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Delta[T]
class Object
trait Matchable
class Any