Class/Object

diode.data

PotStream

Related Docs: object PotStream | package data

Permalink

class PotStream[K, V] extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PotStream
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PotStream(fetcher: Fetch[K], elems: Map[K, StreamValue[K, V]], headKeyOption: Option[K], lastKeyOption: Option[K])

    Permalink

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 append(kvs: Seq[(K, V)]): PotStream[K, V]

    Permalink
  5. def append(key: K, value: V): PotStream[K, V]

    Permalink
  6. def apply(key: K): V

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def clear: PotStream[K, V]

    Permalink
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def contains(key: K): Boolean

    Permalink
  11. val elems: Map[K, StreamValue[K, V]]

    Permalink
  12. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def get(key: Option[K]): Option[StreamValue[K, V]]

    Permalink
  16. def get(key: K): StreamValue[K, V]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  19. def head: StreamValue[K, V]

    Permalink
  20. val headKeyOption: Option[K]

    Permalink
  21. def headOption: Option[StreamValue[K, V]]

    Permalink
  22. def init: PotStream[K, V]

    Permalink
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. def iterator: Iterator[(K, V)]

    Permalink
  25. def keys: Iterable[K]

    Permalink
  26. def last: StreamValue[K, V]

    Permalink
  27. val lastKeyOption: Option[K]

    Permalink
  28. def lastOption: Option[StreamValue[K, V]]

    Permalink
  29. def map(f: (K, V) ⇒ V): PotStream[K, V]

    Permalink
  30. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  31. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  33. def prepend(kvs: Seq[(K, V)]): PotStream[K, V]

    Permalink
  34. def prepend(key: K, value: V): PotStream[K, V]

    Permalink
  35. def refresh(key: K): Unit

    Permalink
  36. def refreshNext(count: Int = 1): Unit

    Permalink
  37. def refreshPrev(count: Int = 1): Unit

    Permalink
  38. def remove(key: K): PotStream[K, V]

    Permalink
  39. def seq: Traversable[(K, V)]

    Permalink
  40. def size: Int

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

    Permalink
    Definition Classes
    AnyRef
  42. def tail: PotStream[K, V]

    Permalink
  43. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  44. def updated(key: K, value: V): PotStream[K, V]

    Permalink
  45. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped