Class/Object

diode.data

PotMap

Related Docs: object PotMap | package data

Permalink

class PotMap[K, V] extends PotCollection[K, V]

Linear Supertypes
PotCollection[K, V], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PotMap
  2. PotCollection
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PotMap(fetcher: Fetch[K], elems: Map[K, Pot[V]])

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(kv: (K, Pot[V])): PotMap[K, V]

    Permalink
  4. def ++(xs: Traversable[(K, Pot[V])]): PotMap[K, V]

    Permalink
  5. def -(key: K): PotMap[K, V]

    Permalink
  6. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  7. def apply(key: K): Pot[V]

    Permalink
    Definition Classes
    PotCollection
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def clear: PotMap[K, V]

    Permalink
    Definition Classes
    PotMapPotCollection
  10. def clone(): AnyRef

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def get(keys: Traversable[K]): Map[K, Pot[V]]

    Permalink
  15. def get(key: K): Pot[V]

    Permalink
    Definition Classes
    PotMapPotCollection
  16. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    PotMapPotCollection
  20. def keySet: Set[K]

    Permalink
  21. def keys: Iterable[K]

    Permalink
  22. def map(f: (K, Pot[V]) ⇒ Pot[V]): PotMap[K, V]

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

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

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

    Permalink
    Definition Classes
    AnyRef
  26. def refresh(keys: Traversable[K]): Unit

    Permalink
    Definition Classes
    PotMapPotCollection
  27. def refresh(key: K): Unit

    Permalink
    Definition Classes
    PotMapPotCollection
  28. def remove(key: K): PotMap[K, V]

    Permalink
    Definition Classes
    PotMapPotCollection
  29. def seq: Traversable[(K, Pot[V])]

    Permalink
    Definition Classes
    PotMapPotCollection
  30. def size: Int

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

    Permalink
    Definition Classes
    AnyRef
  32. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  33. def updated(start: K, values: Traversable[Pot[V]])(implicit num: Numeric[K]): PotMap[K, V]

    Permalink
    Definition Classes
    PotMapPotCollection
  34. def updated(kvs: Traversable[(K, Pot[V])]): PotMap[K, V]

    Permalink
    Definition Classes
    PotMapPotCollection
  35. def updated(key: K, value: Pot[V]): PotMap[K, V]

    Permalink
    Definition Classes
    PotMapPotCollection
  36. def updated(coll: PotCollection[K, V]): PotCollection[K, V]

    Permalink
    Definition Classes
    PotCollection
  37. final def wait(): Unit

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

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

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

Inherited from PotCollection[K, V]

Inherited from AnyRef

Inherited from Any

Ungrouped