trait ParserBridge2[-T1, -T2, +R] extends ParserSingletonBridge[(T1, T2) ⇒ R]
Generic bridge trait for types that have constructors of arity 2.
- Source
- genericbridges.scala
- Alphabetic
- By Inheritance
- ParserBridge2
- ParserSingletonBridge
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Abstract Value Members
-
abstract
def
apply(x1: T1, x2: T2): 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.
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
<#(op: Parsley[_]): Parsley[(T1, T2) ⇒ R]
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.- op
the parser that should be parsed before returning
con.
- Definition Classes
- ParserSingletonBridge
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
apply(x1: Parsley[T1], x2: ⇒ Parsley[T2]): Parsley[R]
The template method: this is the method that can be used to sequence and combine the results of all the parsers.
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
con: (T1, T2) ⇒ R
The abstract hook method: what value is the singleton representing?
The abstract hook method: what value is the singleton representing?
- Definition Classes
- ParserBridge2 → ParserSingletonBridge
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()