Uses of Interface
one.microstream.functional.BooleanTerm
-
Packages that use BooleanTerm Package Description one.microstream -
-
Uses of BooleanTerm in one.microstream
Methods in one.microstream with parameters of type BooleanTerm Modifier and Type Method Description static void
X. check(BooleanTerm condition)
Forces the passed condition to evaluate to true by throwing anError
otherwise.static void
X. check(BooleanTerm condition, String message)
Forces the passed condition to evaluate to true by throwing anError
otherwise.static void
X. check(BooleanTerm condition, String message, int stackLevels)
Forces the passed condition to evaluate to true by throwing anError
otherwise.
-