trait DeepEqual extends Object with StObject

Annotations
@JSType() @native()
Source
DeepEqual.scala
Linear Supertypes
StObject, Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DeepEqual
  2. StObject
  3. Object
  4. Any
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply(value: Any, message: Error): Boolean
  5. def apply(value: Any, message: scala.Predef.String): Boolean
  6. def apply(value: Any): Boolean
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  9. def deepEqual[T](actual: Any, expected: T, message: Error): Boolean
  10. def deepEqual[T](actual: Any, expected: T, message: scala.Predef.String): Boolean
  11. def deepEqual[T](actual: Any, expected: T): Boolean
  12. val deepEqual_Original: FnCall
    Annotations
    @JSName("deepEqual")
  13. def deepStrictEqual[T](actual: Any, expected: T, message: Error): Boolean
  14. def deepStrictEqual[T](actual: Any, expected: T, message: scala.Predef.String): Boolean
  15. def deepStrictEqual[T](actual: Any, expected: T): Boolean
  16. val deepStrictEqual_Original: FnCall
    Annotations
    @JSName("deepStrictEqual")
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equal[T](actual: Any, expected: T, message: Error): Boolean
  19. def equal[T](actual: Any, expected: T, message: scala.Predef.String): Boolean
  20. def equal[T](actual: Any, expected: T): Boolean
  21. val equal_Original: FnCall
    Annotations
    @JSName("equal")
  22. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  23. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  24. def hasOwnProperty(v: scala.Predef.String): Boolean
    Definition Classes
    Object
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  26. def ifError(value: Any): UndefOr[Boolean]
  27. val ifError_Original: Function1[Any, UndefOr[Boolean]]
    Annotations
    @JSName("ifError")
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. def notDeepEqual(actual: Any, expected: Any, message: Error): Unit
  32. def notDeepEqual(actual: Any, expected: Any, message: scala.Predef.String): Unit
  33. def notDeepEqual(actual: Any, expected: Any): Unit
  34. val notDeepEqual_Original: Function3[Any, Any, UndefOr[|[scala.Predef.String, Error]], Unit]
    Annotations
    @JSName("notDeepEqual")
  35. def notEqual(actual: Any, expected: Any, message: Error): Unit
  36. def notEqual(actual: Any, expected: Any, message: scala.Predef.String): Unit
  37. def notEqual(actual: Any, expected: Any): Unit
  38. val notEqual_Original: Function3[Any, Any, UndefOr[|[scala.Predef.String, Error]], Unit]
    Annotations
    @JSName("notEqual")
  39. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  40. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  41. def ok(value: Any, message: Error): Boolean
  42. def ok(value: Any, message: scala.Predef.String): Boolean
  43. def ok(value: Any): Boolean
  44. val ok_Original: Function2[Any, UndefOr[|[scala.Predef.String, Error]], Boolean]
    Annotations
    @JSName("ok")
  45. def propertyIsEnumerable(v: scala.Predef.String): Boolean
    Definition Classes
    Object
  46. def strict(value: Any, message: Error): Boolean
  47. def strict(value: Any, message: scala.Predef.String): Boolean
  48. def strict(value: Any): Boolean
  49. def strictEqual[T](actual: Any, expected: T, message: Error): Boolean
  50. def strictEqual[T](actual: Any, expected: T, message: scala.Predef.String): Boolean
  51. def strictEqual[T](actual: Any, expected: T): Boolean
  52. val strictEqual_Original: FnCall
    Annotations
    @JSName("strictEqual")
  53. val strict_Original: Omit[Any, |[|[|[|[|[|[|[|[equal, notEqual], deepEqual], notDeepEqual], ok], strictEqual], deepStrictEqual], ifError], strict]] with Call
    Annotations
    @JSName("strict")
  54. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  55. def toLocaleString(): scala.Predef.String
    Definition Classes
    Object
  56. def toString(): java.lang.String
    Definition Classes
    AnyRef → Any
  57. def valueOf(): Any
    Definition Classes
    Object
  58. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  59. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  60. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from StObject

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped