numeric
Number-related constraints.
Attributes
- Source
- numeric.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
numeric.type
Members list
Type members
Classlikes
Tests if the input is a divisor of V.
Tests if the input is a divisor of V.
Type parameters
- V
-
the expected multiple of the given input.
Attributes
- See also
- Companion
- object
- Source
- numeric.scala
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Companion
- class
- Source
- numeric.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Divide.type
Tests strict superiority.
Tests strict superiority.
Type parameters
- V
-
the value the input must be greater than.
Attributes
- Companion
- object
- Source
- numeric.scala
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Companion
- class
- Source
- numeric.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Greater.type
Tests if the input is whether +infinity
or -infinity
.
Tests if the input is whether +infinity
or -infinity
.
Attributes
- Companion
- object
- Source
- numeric.scala
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Companion
- class
- Source
- numeric.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Infinity.type
Attributes
- Source
- numeric.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Interval.type
Tests strict inferiority.
Tests strict inferiority.
Type parameters
- V
-
the value the input must be less than.
Attributes
- Companion
- object
- Source
- numeric.scala
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Companion
- class
- Source
- numeric.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Less.type
Tests if the input is a multiple of V.
Tests if the input is a multiple of V.
Type parameters
- V
-
the expected divisor of the given input.
Attributes
- See also
- Companion
- object
- Source
- numeric.scala
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Companion
- class
- Source
- numeric.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Multiple.type
Tests if the input is not a representable number.
Tests if the input is not a representable number.
Attributes
- Companion
- object
- Source
- numeric.scala
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Companion
- class
- Source
- numeric.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
NaN.type
Types
Tests if the input is even (a multiple of 2).
Tests non-strict superiority.
Tests non-strict superiority.
Type parameters
- V
-
the value the input must be greater than or equal to.
Attributes
- Source
- numeric.scala
Tests non-strict inferiority.
Tests non-strict inferiority.
Type parameters
- V
-
the value the input must be less than or equal to.
Attributes
- Source
- numeric.scala
Tests if the input is strictly negative.
Tests if the input is negative or zero.
Tests if the input is odd (not a multiple of 2).
Tests if the input is strictly positive.
Tests if the input is positive or zero.