io.github.iltotore.iron.constraint

Members list

Type members

Classlikes

object all

Attributes

Source
all.scala
Supertypes
class Object
trait Matchable
class Any
Self type
all.type
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

Source
any.scala
Supertypes
class Object
trait Matchable
class Any
Self type
any.type
object char

Attributes

Source
char.scala
Supertypes
class Object
trait Matchable
class 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 Object
trait Matchable
class Any
Self type
collection.type
object numeric

Number-related constraints.

Number-related constraints.

Attributes

Source
numeric.scala
Supertypes
class Object
trait Matchable
class Any
Self type
numeric.type
object string

String-related constraints.

String-related constraints.

Attributes

See also

collection

Source
string.scala
Supertypes
class Object
trait Matchable
class Any
Self type
string.type