Parser

final case class Parser(p: Parsley[_]) extends Impl

The implementation provided is a parser which parses the required token.

Value parameters:
p

The parser which will parse the token

Since:

2.2.0

trait Serializable
trait Product
trait Equals
trait Impl
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product