Unicode

parsley.token.predicate$.implicits$.Unicode$
object Unicode

Implicit conversions to make Unicode values.

Attributes

Since:

4.1.0

Source:
predicate.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Unicode.type

Members list

Concise view

Implicits

Implicits

implicit def charFunToUnicode(pred: Char => Boolean): CharPredicate

Lifts a regular character predicate.

Lifts a regular character predicate.

Attributes

Since:

4.1.0

Source:
predicate.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:

4.1.0

Source:
predicate.scala
implicit def charToUnicode(c: Char): CharPredicate

Constructs a predicate for the specific given character.

Constructs a predicate for the specific given character.

Attributes

Since:

4.1.0

Source:
predicate.scala
implicit def funToUnicode(pred: Int => Boolean): CharPredicate

Lifts a regular full-width character predicate.

Lifts a regular full-width character predicate.

Attributes

Since:

4.1.0

Source:
predicate.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:

4.1.0

Source:
predicate.scala
implicit def intToUnicode(c: Int): CharPredicate

Constructs a predicate for the specific given unicode codepoint.

Constructs a predicate for the specific given unicode codepoint.

Attributes

Since:

4.1.0

Source:
predicate.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:

4.1.0

Source:
predicate.scala