Because

parsley.token.errors.Because
abstract class Because[A] extends VanillaFilterConfig[A]

This class ensures that the filter will generate a vanilla reason for the given failing parse.

Attributes

Since

4.1.0

Source
ConfigImplTyped.scala
Graph
Supertypes
trait FilterConfig[A]
class Object
trait Matchable
class Any
Self type
Because[A]

Members list

Grouped members

badchar

def reason(x: A): String

This method produces the reason for the given value.

This method produces the reason for the given value.

Attributes

Since

4.1.0

Source
ConfigImplTyped.scala

Value members

Deprecated constructors

def this(fullAmend: Boolean)

Attributes

Deprecated
true
Source
ConfigImplTyped.scala