char

io.github.iltotore.iron.constraint.char$
object char

Attributes

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

Members list

Concise view

Type members

Classlikes

final class Digit

Tests if the input is a digit (from 0 to 9).

Tests if the input is a digit (from 0 to 9).

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
object Digit

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Digit.type
final class Letter

Tests if the input is a letter (from a to z, case insensitive).

Tests if the input is a letter (from a to z, case insensitive).

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
object Letter

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Letter.type
final class LowerCase

Tests if the given input is lower-cased.

Tests if the given input is lower-cased.

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
object LowerCase

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
final class UpperCase

Tests if the input is upper-cased.

Tests if the input is upper-cased.

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
object UpperCase

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
final class Whitespace

Tests if the input is whitespace.

Tests if the input is whitespace.

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
object Whitespace

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Types

Tests if the input is neither a digit or a letter.

Tests if the input is neither a digit or a letter.

Attributes