Unicode

parsley.token.Unicode
See theUnicode companion class
object Unicode

Attributes

Companion
class
Source
CharPred.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Unicode.type

Members list

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Concrete methods

def apply(c: Int): Unicode

Lifts a regular full-width character predicate.

Lifts a regular full-width character predicate.

Attributes

Since

5.0.0

Source
CharPred.scala

Constructs a predicate for anything in a range of specific unicode codepoints.

Constructs a predicate for anything in a range of specific unicode codepoints.

Attributes

Since

5.0.0

Source
CharPred.scala

Constructs a predicate for anything in a range of specific unicode codepoints.

Constructs a predicate for anything in a range of specific unicode codepoints.

Attributes

Since

5.0.0

Source
CharPred.scala

Lifts a regular character predicate.

Lifts a regular character predicate.

Attributes

Since

5.0.0

Source
CharPred.scala
def char(c: Char): Unicode

Constructs a predicate for the specific given character.

Constructs a predicate for the specific given character.

Attributes

Since

5.0.0

Source
CharPred.scala

Constructs a predicate for anything in a range of specific characters.

Constructs a predicate for anything in a range of specific characters.

Attributes

Since

5.0.0

Source
CharPred.scala