io.github.iltotore.iron.constraint

Members list

Type members

Classlikes

object all

Attributes

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

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

Attributes

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.

Supertypes
class Object
trait Matchable
class Any
Self type
collection.type
object numeric

Number-related constraints.

Number-related constraints.

Attributes

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

String-related constraints.

String-related constraints.

Attributes

See also

collection

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