implicit final class JSRichMap[T] extends AnyVal
- Alphabetic
- By Inheritance
- JSRichMap
- AnyVal
- Any
- by iterableOnceConvertible2JSRichIterableOnce
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Value Members
- final def !=(arg0: scala.Any): Boolean
- Definition Classes
- Any
- final def ##(): Int
- Definition Classes
- Any
- def +(other: String): String
- def ->[B](y: B): (JSRichMap[T], B)
- final def ==(arg0: scala.Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val col: collection.IterableOnce[T]
- Implicit
- This member is added by an implicit conversion from JSRichMap[T] toJSRichIterableOnce[T] performed by method iterableOnceConvertible2JSRichIterableOnce in scala.scalajs.js.JSConverters.This conversion will take place only if an implicit value of type (JSRichMap[T]) => collection.IterableOnce[T] is in scope.
- Definition Classes
- JSRichIterableOnce
- def ensuring(cond: (JSRichMap[T]) => Boolean, msg: => scala.Any): JSRichMap[T]
- def ensuring(cond: (JSRichMap[T]) => Boolean): JSRichMap[T]
- def ensuring(cond: Boolean, msg: => scala.Any): JSRichMap[T]
- def ensuring(cond: Boolean): JSRichMap[T]
- def formatted(fmtstr: String): String
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val map: Map[String, T]
- final def toJSArray: Array[T]
- Implicit
- This member is added by an implicit conversion from JSRichMap[T] toJSRichIterableOnce[T] performed by method iterableOnceConvertible2JSRichIterableOnce in scala.scalajs.js.JSConverters.This conversion will take place only if an implicit value of type (JSRichMap[T]) => collection.IterableOnce[T] is in scope.
- Definition Classes
- JSRichIterableOnce
- final def toJSDictionary: Dictionary[T]
- Annotations
- @inline()
- def toString(): String
- Definition Classes
- Any
Deprecated Value Members
- def →[B](y: B): (JSRichMap[T], B)
- Implicit
- This member is added by an implicit conversion from JSRichMap[T] toArrowAssoc[JSRichMap[T]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use
->
instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.