class PotStream[K, V] extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PotStream
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new PotStream(fetcher: Fetch[K], elems: Map[K, StreamValue[K, V]], headKeyOption: Option[K], lastKeyOption: Option[K])
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def append(kvs: Seq[(K, V)]): PotStream[K, V]
- def append(key: K, value: V): PotStream[K, V]
- def apply(key: K): V
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clear: PotStream[K, V]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def contains(key: K): Boolean
- val elems: Map[K, StreamValue[K, V]]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def get(key: Option[K]): Option[StreamValue[K, V]]
- def get(key: K): StreamValue[K, V]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def head: StreamValue[K, V]
- val headKeyOption: Option[K]
- def headOption: Option[StreamValue[K, V]]
- def init: PotStream[K, V]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def iterator: Iterator[(K, V)]
- def keys: Iterable[K]
- def last: StreamValue[K, V]
- val lastKeyOption: Option[K]
- def lastOption: Option[StreamValue[K, V]]
- def map(f: (K, V) ⇒ V): PotStream[K, V]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def prepend(kvs: Seq[(K, V)]): PotStream[K, V]
- def prepend(key: K, value: V): PotStream[K, V]
- def refresh(key: K): Unit
- def refreshNext(count: Int = 1): Unit
- def refreshPrev(count: Int = 1): Unit
- def remove(key: K): PotStream[K, V]
- def seq: Iterable[(K, V)]
- def size: Int
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def tail: PotStream[K, V]
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def updated(key: K, value: V): PotStream[K, V]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()