Packages

trait Checks extends AnyRef

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Checks
  2. AnyRef
  3. 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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def assert(condition: Output[Boolean], data: Seq[Output[Any]], summarize: Int = 3, name: String = "Assert"): Op[Seq[Output[Any]], Unit]
  6. def assertAtMostNTrue(predicates: Seq[Output[Boolean]], n: Int, message: Output[String] = null, summarize: Int = 3, name: String = "AssertAtMostNTrue"): Op[Seq[Output[Any]], Unit]
  7. def assertEqual[T](x: Output[T], y: Output[T], message: Output[String] = null, data: Seq[Output[Any]] = null, summarize: Int = 3, name: String = "AssertEqual")(implicit arg0: core.types.TF[T], arg1: core.types.IsNumeric[T]): Op[Seq[Output[Any]], Unit]
  8. def assertGreater[T](x: Output[T], y: Output[T], message: Output[String] = null, data: Seq[Output[Any]] = null, summarize: Int = 3, name: String = "AssertGreater")(implicit arg0: core.types.TF[T], arg1: core.types.IsNumeric[T]): Op[Seq[Output[Any]], Unit]
  9. def assertGreaterEqual[T](x: Output[T], y: Output[T], message: Output[String] = null, data: Seq[Output[Any]] = null, summarize: Int = 3, name: String = "AssertGreaterEqual")(implicit arg0: core.types.TF[T], arg1: core.types.IsNumeric[T]): Op[Seq[Output[Any]], Unit]
  10. def assertLess[T](x: Output[T], y: Output[T], message: Output[String] = null, data: Seq[Output[Any]] = null, summarize: Int = 3, name: String = "AssertLess")(implicit arg0: core.types.TF[T], arg1: core.types.IsNumeric[T]): Op[Seq[Output[Any]], Unit]
  11. def assertLessEqual[T](x: Output[T], y: Output[T], message: Output[String] = null, data: Seq[Output[Any]] = null, summarize: Int = 3, name: String = "AssertLessEqual")(implicit arg0: core.types.TF[T], arg1: core.types.IsNumeric[T]): Op[Seq[Output[Any]], Unit]
  12. def assertNear[T](x: Output[T], y: Output[T], relTolerance: Output[Float] = 0.00001f, absTolerance: Output[Float] = 0.00001f, message: Output[String] = null, data: Seq[Output[Any]] = null, summarize: Int = 3, name: String = "AssertNear")(implicit arg0: core.types.TF[T], arg1: core.types.IsReal[T]): Op[Seq[Output[Any]], Unit]
  13. def assertNegative[T](input: Output[T], message: Output[String] = null, data: Seq[Output[Any]] = null, summarize: Int = 3, name: String = "AssertNegative")(implicit arg0: core.types.TF[T], arg1: core.types.IsNumeric[T]): Op[Seq[Output[Any]], Unit]
  14. def assertNonNegative[T](input: Output[T], message: Output[String] = null, data: Seq[Output[Any]] = null, summarize: Int = 3, name: String = "AssertNonNegative")(implicit arg0: core.types.TF[T], arg1: core.types.IsNumeric[T]): Op[Seq[Output[Any]], Unit]
  15. def assertNonPositive[T](input: Output[T], message: Output[String] = null, data: Seq[Output[Any]] = null, summarize: Int = 3, name: String = "AssertNonPositive")(implicit arg0: core.types.TF[T], arg1: core.types.IsNumeric[T]): Op[Seq[Output[Any]], Unit]
  16. def assertNoneEqual[T](x: Output[T], y: Output[T], message: Output[String] = null, data: Seq[Output[Any]] = null, summarize: Int = 3, name: String = "AssertNoneEqual")(implicit arg0: core.types.TF[T], arg1: core.types.IsNumeric[T]): Op[Seq[Output[Any]], Unit]
  17. def assertPositive[T](input: Output[T], message: Output[String] = null, data: Seq[Output[Any]] = null, summarize: Int = 3, name: String = "AssertPositive")(implicit arg0: core.types.TF[T], arg1: core.types.IsNumeric[T]): Op[Seq[Output[Any]], Unit]
  18. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  21. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  31. 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
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped