io.github.iltotore.iron.constraint

Members list

Concise view

Type members

Classlikes

object all

Attributes

Graph
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

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

Attributes

Graph
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.

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
object numeric

Number-related constraints.

Number-related constraints.

Attributes

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

String-related constraints.

String-related constraints.

Attributes

See also:

collection

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