object Preamble
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Preamble
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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
- implicit def arr2Spec(cons: JsArray): JsSpec
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- implicit def bigDec2Spec(cons: BigDecimal): JsSpec
- implicit def bigInt2Spec(cons: BigInt): JsSpec
- implicit def boolean2Spec(cons: Boolean): JsSpec
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- implicit def double2Spec(cons: Double): JsSpec
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- implicit def int2Spec(cons: Int): JsSpec
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- implicit def long2Spec(cons: Long): JsSpec
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- implicit def obj2Spec(cons: JsObj): JsSpec
- implicit def str2Spec(cons: String): JsSpec
- implicit def strBigDec2KeySpec(p: (String, BigDecimal)): (NamedKey, JsSpec)
- implicit def strBigInt2KeySpec(p: (String, BigInt)): (NamedKey, JsSpec)
- implicit def strBoolean2KeySpec(p: (String, Boolean)): (NamedKey, JsSpec)
- implicit def strDouble2KeySpec(p: (String, Double)): (NamedKey, JsSpec)
- implicit def strInt2KeySpec(p: (String, Int)): (NamedKey, JsSpec)
- implicit def strJsArr2KeySpec(p: (String, JsArray)): (NamedKey, JsSpec)
- implicit def strJsObj2KeySpec(p: (String, JsObj)): (NamedKey, JsSpec)
- implicit def strLong2KeySpec(p: (String, Long)): (NamedKey, JsSpec)
- implicit def strNothing2KeySpec(p: (String, JsNothing.type)): (NamedKey, JsSpec)
- implicit def strNull2KeySpec(p: (String, JsNull.type)): (NamedKey, JsSpec)
- implicit def strSpec2KeySpec(p: (String, JsSpec)): (NamedKey, JsSpec)
- implicit def strStr2KeySpec(p: (String, String)): (NamedKey, JsSpec)
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()