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])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def append(kvs: Seq[(K, V)]): PotStream[K, V]
  5. def append(key: K, value: V): PotStream[K, V]
  6. def apply(key: K): V
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clear: PotStream[K, V]
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  10. def contains(key: K): Boolean
  11. val elems: Map[K, StreamValue[K, V]]
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def get(key: Option[K]): Option[StreamValue[K, V]]
  16. def get(key: K): StreamValue[K, V]
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def head: StreamValue[K, V]
  20. val headKeyOption: Option[K]
  21. def headOption: Option[StreamValue[K, V]]
  22. def init: PotStream[K, V]
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def iterator: Iterator[(K, V)]
  25. def keys: Iterable[K]
  26. def last: StreamValue[K, V]
  27. val lastKeyOption: Option[K]
  28. def lastOption: Option[StreamValue[K, V]]
  29. def map(f: (K, V) ⇒ V): PotStream[K, V]
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. def prepend(kvs: Seq[(K, V)]): PotStream[K, V]
  34. def prepend(key: K, value: V): PotStream[K, V]
  35. def refresh(key: K): Unit
  36. def refreshNext(count: Int = 1): Unit
  37. def refreshPrev(count: Int = 1): Unit
  38. def remove(key: K): PotStream[K, V]
  39. def seq: Iterable[(K, V)]
  40. def size: Int
  41. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  42. def tail: PotStream[K, V]
  43. def toString(): String
    Definition Classes
    AnyRef → Any
  44. def updated(key: K, value: V): PotStream[K, V]
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped