final class TypedMap extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TypedMap
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new TypedMap(underlying: api.libs.typedmap.TypedMap)
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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def asScala(): api.libs.typedmap.TypedMap
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def containsKey(key: TypedKey[_ <: AnyRef]): Boolean
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def get[A](key: TypedKey[A]): A
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getOptional[A](key: TypedKey[A]): Optional[A]
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def put[A](key: TypedKey[A], value: A): TypedMap
- def putAll(entries: List[TypedEntry[_ <: AnyRef]]): TypedMap
- def putAll(entries: <repeated...>[TypedEntry[_ <: AnyRef]]): TypedMap
- def putAll(e1: TypedEntry[_ <: AnyRef], e2: TypedEntry[_ <: AnyRef], e3: TypedEntry[_ <: AnyRef]): TypedMap
- def putAll(e1: TypedEntry[_ <: AnyRef], e2: TypedEntry[_ <: AnyRef]): TypedMap
- def putAll(e1: TypedEntry[_ <: AnyRef]): TypedMap
- def remove(keys: <repeated...>[TypedKey[_ <: AnyRef]]): TypedMap
- def remove(k1: TypedKey[_ <: AnyRef], k2: TypedKey[_ <: AnyRef], k3: TypedKey[_ <: AnyRef]): TypedMap
- def remove(k1: TypedKey[_ <: AnyRef], k2: TypedKey[_ <: AnyRef]): TypedMap
- def remove(k1: TypedKey[_ <: AnyRef]): TypedMap
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- TypedMap → AnyRef → Any
- Annotations
- @Override()
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])