Packages

c

be.opimedia.scala_par_am

TimestampedKontStore

case class TimestampedKontStore[KontAddr](content: Map[KontAddr, Set[Kont[KontAddr]]], timestamp: Int)(implicit evidence$4: KontAddress[KontAddr]) extends KontStore[KontAddr] with Product with Serializable

Linear Supertypes
Serializable, Serializable, KontStore[KontAddr], MemoHashCode, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TimestampedKontStore
  2. Serializable
  3. Serializable
  4. KontStore
  5. MemoHashCode
  6. Product
  7. Equals
  8. AnyRef
  9. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TimestampedKontStore(content: Map[KontAddr, Set[Kont[KontAddr]]], timestamp: Int)(implicit arg0: KontAddress[KontAddr])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from TimestampedKontStore[KontAddr] to any2stringadd[TimestampedKontStore[KontAddr]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (TimestampedKontStore[KontAddr], B)
    Implicit
    This member is added by an implicit conversion from TimestampedKontStore[KontAddr] to ArrowAssoc[TimestampedKontStore[KontAddr]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  8. val content: Map[KontAddr, Set[Kont[KontAddr]]]
  9. def ensuring(cond: (TimestampedKontStore[KontAddr]) ⇒ Boolean, msg: ⇒ Any): TimestampedKontStore[KontAddr]
    Implicit
    This member is added by an implicit conversion from TimestampedKontStore[KontAddr] to Ensuring[TimestampedKontStore[KontAddr]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: (TimestampedKontStore[KontAddr]) ⇒ Boolean): TimestampedKontStore[KontAddr]
    Implicit
    This member is added by an implicit conversion from TimestampedKontStore[KontAddr] to Ensuring[TimestampedKontStore[KontAddr]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: Boolean, msg: ⇒ Any): TimestampedKontStore[KontAddr]
    Implicit
    This member is added by an implicit conversion from TimestampedKontStore[KontAddr] to Ensuring[TimestampedKontStore[KontAddr]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean): TimestampedKontStore[KontAddr]
    Implicit
    This member is added by an implicit conversion from TimestampedKontStore[KontAddr] to Ensuring[TimestampedKontStore[KontAddr]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def extend(a: KontAddr, kont: Kont[KontAddr]): KontStore[KontAddr]
    Definition Classes
    TimestampedKontStoreKontStore
  15. def fastEq(that: KontStore[KontAddr]): Boolean
    Definition Classes
    TimestampedKontStoreKontStore
  16. def forall(p: ((KontAddr, Set[Kont[KontAddr]])) ⇒ Boolean): Boolean
    Definition Classes
    TimestampedKontStoreKontStore
  17. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from TimestampedKontStore[KontAddr] to StringFormat[TimestampedKontStore[KontAddr]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def hashCode(): Int

    Memoized default hash code

    Memoized default hash code

    Definition Classes
    MemoHashCode → AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def join(that: KontStore[KontAddr]): KontStore[KontAddr]
    Definition Classes
    TimestampedKontStoreKontStore
  22. def keys: Iterable[KontAddr]
    Definition Classes
    TimestampedKontStoreKontStore
  23. def lookup(a: KontAddr): Set[Kont[KontAddr]]
    Definition Classes
    TimestampedKontStoreKontStore
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. def subsumes(that: KontStore[KontAddr]): Boolean
    Definition Classes
    TimestampedKontStoreKontStore
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. val timestamp: Int
  30. def toString(): String
    Definition Classes
    TimestampedKontStore → AnyRef → Any
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. def [B](y: B): (TimestampedKontStore[KontAddr], B)
    Implicit
    This member is added by an implicit conversion from TimestampedKontStore[KontAddr] to ArrowAssoc[TimestampedKontStore[KontAddr]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from KontStore[KontAddr]

Inherited from MemoHashCode

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from TimestampedKontStore[KontAddr] to any2stringadd[TimestampedKontStore[KontAddr]]

Inherited by implicit conversion StringFormat from TimestampedKontStore[KontAddr] to StringFormat[TimestampedKontStore[KontAddr]]

Inherited by implicit conversion Ensuring from TimestampedKontStore[KontAddr] to Ensuring[TimestampedKontStore[KontAddr]]

Inherited by implicit conversion ArrowAssoc from TimestampedKontStore[KontAddr] to ArrowAssoc[TimestampedKontStore[KontAddr]]

Ungrouped