c

jshelpers

JsDictionaryOps

final class JsDictionaryOps extends AnyVal

Dictionary casts.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JsDictionaryOps
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new JsDictionaryOps(self: Dictionary[_])

Value Members

  1. def as[T <: Object]: T

    .asInstanceOf[T] but shorter.

    .asInstanceOf[T] but shorter. Very dangerous!

    Annotations
    @inline()
  2. def asDyn: Dynamic
    Annotations
    @inline()
  3. def asJsObj: Object
    Annotations
    @inline()
  4. def asUndefOr: |[Dictionary[_$1], Unit] forSome {type _$1}
    Annotations
    @inline()
  5. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any