Trait

pl.metastack.metarx

PollDict

Related Doc: package metarx

Permalink

trait PollDict[A, B] extends Key[A, B] with Empty with FilterMap[ReadDict, A, B] with Key[A, B]

Linear Supertypes
Key[A, B], FilterMap[ReadDict, A, B], Empty, Key[A, B], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PollDict
  2. Key
  3. FilterMap
  4. Empty
  5. Key
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract val changes: ReadChannel[Delta[A, B]]

    Permalink
  2. abstract def keys: DeltaBufSet[A]

    Permalink

    Returns key set

    Returns key set

    Definition Classes
    Key
  3. abstract def value(key: A): ReadPartialChannel[B]

    Permalink

    Observes key and encapsulate its value states in a partial channel

    Observes key and encapsulate its value states in a partial channel

    Definition Classes
    Key

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def apply(key: A): B

    Permalink

    Definition Classes
    Key
    See also

    value$

  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  9. def exists$(f: ((A, B)) ⇒ Boolean): Boolean

    Permalink

    Row exists where f returns true

    Row exists where f returns true

    Definition Classes
    PollDictKey
  10. def filter$(f: ((A, B)) ⇒ Boolean): ReadDict[A, B]

    Permalink

    Only include elements for which f is true

    Only include elements for which f is true

    Definition Classes
    PollDictFilterMap
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def find$(f: ((A, B)) ⇒ Boolean): Option[(A, B)]

    Permalink

    returns

    Row for which f returns true

    Definition Classes
    PollDictKey
  13. def forall$(f: ((A, B)) ⇒ Boolean): Boolean

    Permalink

    For all rows f returns true

    For all rows f returns true

    Definition Classes
    PollDictKey
  14. def foreach(f: ((A, B)) ⇒ Unit): Unit

    Permalink
  15. def get(key: A): Option[B]

    Permalink

    Value associated to key

    Value associated to key

    Definition Classes
    PollDictKey
  16. def get: Map[A, B]

    Permalink
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  19. def isDefinedAt$(key: A): Boolean

    Permalink

    Returns true if key is defined

    Returns true if key is defined

    Definition Classes
    PollDictKey
  20. def isEmpty$: Boolean

    Permalink
    Definition Classes
    PollDictEmpty
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. def keys$: Set[A]

    Permalink

    Returns key set

    Returns key set

    Definition Classes
    PollDictKey
  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. def nonEmpty$: Boolean

    Permalink
    Definition Classes
    PollDictEmpty
  25. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. def sortBy[C](f: (A, B) ⇒ C)(implicit ordering: Ordering[C]): ReadBuffer[(A, B)]

    Permalink
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. def toBuffer: ReadBuffer[(A, B)]

    Permalink

    Convert dictionary to buffer

    Convert dictionary to buffer

    Definition Classes
    PollDictKey
  30. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  31. def value$(key: A): B

    Permalink

    Value associated to key

    Value associated to key

    Definition Classes
    PollDictKey
  32. def values$: Iterable[B]

    Permalink

    Returns all values

    Returns all values

    Definition Classes
    PollDictKey
  33. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def toMap: Map[A, B]

    Permalink

    Converts dictionary to map *

    Converts dictionary to map *

    Definition Classes
    PollDictKey
    Annotations
    @deprecated
    Deprecated

    (Since version v0.1.5) Use get

Inherited from Key[A, B]

Inherited from FilterMap[ReadDict, A, B]

Inherited from Empty

Inherited from Key[A, B]

Inherited from AnyRef

Inherited from Any

Ungrouped