Package

eu.timepit

crjdt

Permalink

package crjdt

Source
package.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. crjdt
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait Cmd extends Product with Serializable

    Permalink
  2. sealed trait Context extends Product with Serializable

    Permalink
  3. final case class Cursor(keys: Vector[RecTag], finalKey: Key) extends Product with Serializable

    Permalink
  4. sealed trait Expr extends Product with Serializable

    Permalink
  5. final case class Id(c: BigInt, p: ReplicaId) extends Product with Serializable

    Permalink
  6. sealed trait Key extends Product with Serializable

    Permalink
  7. final case class Operation(id: Id, deps: Set[Id], cur: Cursor, mut: Mutation) extends Product with Serializable

    Permalink
  8. sealed trait RecTag extends Tag

    Permalink
  9. type RegValues = Map[Id, Val]

    Permalink
  10. type ReplicaId = String

    Permalink
  11. final case class ReplicaState(replicaId: ReplicaId, opsCounter: BigInt, context: Context, variables: Map[Var, Cursor], processedOps: Set[Id], generatedOps: Vector[Operation]) extends Product with Serializable

    Permalink
  12. sealed trait Tag extends Product with Serializable

    Permalink
  13. sealed trait Val extends Product with Serializable

    Permalink

Value Members

  1. object Cmd extends Serializable

    Permalink
  2. object Context extends Serializable

    Permalink
  3. object Cursor extends Serializable

    Permalink
  4. object Expr extends Serializable

    Permalink
  5. object Id extends Serializable

    Permalink
  6. object Key extends Serializable

    Permalink
  7. object Operation extends Serializable

    Permalink
  8. object ReplicaState extends Serializable

    Permalink
  9. object Tag extends Serializable

    Permalink
  10. object Val extends Serializable

    Permalink
  11. object syntax

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped