DebuggerOps

parsley.debug.combinator.DebuggerOps
implicit class DebuggerOps[A](par: Parsley[A])

Dot accessor versions of the combinators.

Attributes

Source
combinator.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def attach(view: DebugView, toStringRules: PartialFunction[Any, Boolean]): Parsley[A]

Attributes

Source
combinator.scala
def attach(view: DebugView): Parsley[A]

Attributes

Source
combinator.scala
def attachReusable(view: => Reusable, toStringRules: PartialFunction[Any, Boolean]): () => Parsley[A]

Attributes

Source
combinator.scala
def attachReusable(view: => Reusable): () => Parsley[A]

Attributes

Source
combinator.scala
def named(name: String): Parsley[A]

Attributes

Source
combinator.scala