ParserBridge1
Generic bridge trait for types that have constructors of arity 1.
Attributes
- Source
- generic.scala
- Graph
-
- Supertypes
Members list
Value members
Abstract methods
The abstract hook method: this is the method that should be used to combine the results of the parsers provided to the template method into the result type R
.
The abstract hook method: this is the method that should be used to combine the results of the parsers provided to the template method into the result type R
.
Attributes
- Source
- generic.scala
Concrete methods
The template method: this is the method that can be used to sequence and combine the results of all the parsers.
The template method: this is the method that can be used to sequence and combine the results of all the parsers.
Attributes
- Source
- generic.scala
The abstract hook method: what value is the singleton representing?
The abstract hook method: what value is the singleton representing?
Attributes
- Definition Classes
- Source
- generic.scala
Inherited methods
The syntax on this implementing type that performs the parser and returns con
.
The syntax on this implementing type that performs the parser and returns con
.
Value parameters
- op
-
the parser that should be parsed before returning
con
.
Attributes
- Note
-
equivalent to
from
. - Inherited from:
- ParserSingletonBridge
- Source
- generic.scala
The combinator on this implementing type that performs the parser and returns con
.
The combinator on this implementing type that performs the parser and returns con
.
Value parameters
- op
-
the parser that should be parsed before returning
con
.
Attributes
- Inherited from:
- ParserSingletonBridge
- Source
- generic.scala