trait Checks extends AnyRef
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- Checks
- 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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def assert(condition: Output[Boolean], data: Seq[Output[Any]], summarize: Int = 3, name: String = "Assert"): Op[Seq[Output[Any]], Unit]
- def assertAtMostNTrue(predicates: Seq[Output[Boolean]], n: Int, message: Output[String] = null, summarize: Int = 3, name: String = "AssertAtMostNTrue"): Op[Seq[Output[Any]], Unit]
- 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]
- 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]
- 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]
- 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]
- 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]
- 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]
- 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]
- 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]
- 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]
- 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]
- 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]
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.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()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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()
-
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
- @native() @throws( ... )