io.github.iltotore.iron.constraint
Members list
Type members
Classlikes
object all
object any
Constraints working for any type (e.g any.StrictEqual) and constraint operators (e.g any.Not...).
Constraints working for any type (e.g any.StrictEqual) and constraint operators (e.g any.Not...).
Attributes
object char
Attributes
- Source
- char.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
char.type
object collection
Collection-related constraints.
Collection-related constraints.
Attributes
- See also
-
string which contains String-specific implementations for most of these constraints.
- Source
- collection.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
collection.type
object numeric
Number-related constraints.
Number-related constraints.
Attributes
- Source
- numeric.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
numeric.type
object string
String-related constraints.
String-related constraints.
Attributes
- See also
-
collection
- Source
- string.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
string.type
In this article