LessEqualConstraint

class LessEqualConstraint[A <: Number, V <: A] extends Constraint[A, LessEqual[V]]
trait Constraint[A, LessEqual[V]]
class Object
trait Matchable
class Any

Value members

Concrete methods

inline override def assert(value: A): Boolean
Definition Classes
Constraint

Inherited methods

inline def runtimeAssert(value: A): Boolean

A dummy method for assert to allow non-inline calls.

A dummy method for assert to allow non-inline calls.

Value Params
value

the value to be checked

Returns

true if the assertion is passed, false otherwise

Inherited from
Constraint