Object

morphir.sdk

Dict

Related Doc: package sdk

Permalink

object Dict

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

Type Members

  1. type Dict[K, V] = Map[K, 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. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def diff[K, V](dictToDiff: Dict[K, V])(dict: Dict[K, V]): Dict[K, V]

    Permalink
  7. def empty[K, V]: Dict[K, V]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  10. def filter[K, V](f: (K) ⇒ (V) ⇒ Boolean)(dict: Dict[K, V]): Dict[K, V]

    Permalink
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def foldl[K, V, B](f: (K) ⇒ (V) ⇒ (B) ⇒ B)(initValue: B)(dict: Dict[K, V]): B

    Permalink
  13. def foldr[K, V, B](f: (K) ⇒ (V) ⇒ (B) ⇒ B)(initValue: B)(dict: Dict[K, V]): B

    Permalink
  14. def fromList[K, V](assocs: List[(K, V)]): Dict[K, V]

    Permalink
  15. def get[K, V](targetKey: K)(dict: Dict[K, V]): Maybe[V]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. def insert[K, V](key: K)(value: V)(dict: Dict[K, V]): Dict[K, V]

    Permalink
  19. def intersect[K, V](dictToIntersect: Dict[K, V])(dict: Dict[K, V]): Dict[K, V]

    Permalink
  20. def isEmpty[K, V](dict: Dict[K, V]): Boolean

    Permalink
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. def keys[K, V](dict: Dict[K, V]): List[K]

    Permalink
  23. def map[K, V, B](f: (K) ⇒ (V) ⇒ B)(dict: Dict[K, V]): Dict[K, B]

    Permalink
  24. def member[K, V](key: K)(dict: Dict[K, V]): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  28. def partition[K, V](f: (K) ⇒ (V) ⇒ Boolean)(dict: Dict[K, V]): (Dict[K, V], Dict[K, V])

    Permalink
  29. def remove[K, V](targetKey: K)(dict: Dict[K, V]): Dict[K, V]

    Permalink
  30. def singleton[K, V](key: K)(value: V): Dict[K, V]

    Permalink
  31. def size[K, V](dict: Dict[K, V]): Int

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

    Permalink
    Definition Classes
    AnyRef
  33. def toList[K, V](dict: Dict[K, V]): List[(K, V)]

    Permalink
  34. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  35. object tupled

    Permalink
  36. def union[K, V](dictToMerged: Dict[K, V])(dict: Dict[K, V]): Dict[K, V]

    Permalink
  37. def update[K, V](targetKey: K)(updatedValue: V)(dict: Dict[K, V]): Dict[K, V]

    Permalink
  38. def values[K, V](dict: Dict[K, V]): List[V]

    Permalink
  39. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped