trait DeepEqual extends Object with StObject
- Annotations
- @JSType() @native()
- Source
- DeepEqual.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DeepEqual
- StObject
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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
- def apply(value: Any, message: Error): Boolean
- def apply(value: Any, message: scala.Predef.String): Boolean
- def apply(value: Any): Boolean
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def deepEqual[T](actual: Any, expected: T, message: Error): Boolean
- def deepEqual[T](actual: Any, expected: T, message: scala.Predef.String): Boolean
- def deepEqual[T](actual: Any, expected: T): Boolean
- val deepEqual_Original: FnCall
- Annotations
- @JSName("deepEqual")
- def deepStrictEqual[T](actual: Any, expected: T, message: Error): Boolean
- def deepStrictEqual[T](actual: Any, expected: T, message: scala.Predef.String): Boolean
- def deepStrictEqual[T](actual: Any, expected: T): Boolean
- val deepStrictEqual_Original: FnCall
- Annotations
- @JSName("deepStrictEqual")
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equal[T](actual: Any, expected: T, message: Error): Boolean
- def equal[T](actual: Any, expected: T, message: scala.Predef.String): Boolean
- def equal[T](actual: Any, expected: T): Boolean
- val equal_Original: FnCall
- Annotations
- @JSName("equal")
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hasOwnProperty(v: scala.Predef.String): Boolean
- Definition Classes
- Object
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def ifError(value: Any): UndefOr[Boolean]
- val ifError_Original: Function1[Any, UndefOr[Boolean]]
- Annotations
- @JSName("ifError")
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def notDeepEqual(actual: Any, expected: Any, message: Error): Unit
- def notDeepEqual(actual: Any, expected: Any, message: scala.Predef.String): Unit
- def notDeepEqual(actual: Any, expected: Any): Unit
- val notDeepEqual_Original: Function3[Any, Any, UndefOr[|[scala.Predef.String, Error]], Unit]
- Annotations
- @JSName("notDeepEqual")
- def notEqual(actual: Any, expected: Any, message: Error): Unit
- def notEqual(actual: Any, expected: Any, message: scala.Predef.String): Unit
- def notEqual(actual: Any, expected: Any): Unit
- val notEqual_Original: Function3[Any, Any, UndefOr[|[scala.Predef.String, Error]], Unit]
- Annotations
- @JSName("notEqual")
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def ok(value: Any, message: Error): Boolean
- def ok(value: Any, message: scala.Predef.String): Boolean
- def ok(value: Any): Boolean
- val ok_Original: Function2[Any, UndefOr[|[scala.Predef.String, Error]], Boolean]
- Annotations
- @JSName("ok")
- def propertyIsEnumerable(v: scala.Predef.String): Boolean
- Definition Classes
- Object
- def strict(value: Any, message: Error): Boolean
- def strict(value: Any, message: scala.Predef.String): Boolean
- def strict(value: Any): Boolean
- def strictEqual[T](actual: Any, expected: T, message: Error): Boolean
- def strictEqual[T](actual: Any, expected: T, message: scala.Predef.String): Boolean
- def strictEqual[T](actual: Any, expected: T): Boolean
- val strictEqual_Original: FnCall
- Annotations
- @JSName("strictEqual")
- val strict_Original: Omit[Any, |[|[|[|[|[|[|[|[equal, notEqual], deepEqual], notDeepEqual], ok], strictEqual], deepStrictEqual], ifError], strict]] with Call
- Annotations
- @JSName("strict")
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toLocaleString(): scala.Predef.String
- Definition Classes
- Object
- def toString(): java.lang.String
- Definition Classes
- AnyRef → Any
- def valueOf(): Any
- Definition Classes
- Object
- 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])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated