Basic

parsley.token.predicate$.implicits$.Basic$
object Basic

Implicit conversions to make Basic values.

Attributes

Since:

4.1.0

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

Members list

Concise view

Implicits

Implicits

implicit def charToBasic(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 funToBasic(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