class
Digit extends Parsec[Char, Char]
Instance Constructors
-
new
Digit()
Value Members
-
def
!(s: State[Char]): Char
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): scala.Int
-
def
*>[B](mb: Parsec[Char, B]): Parsec[Char, B]
-
def
<*[_](mb: Parsec[Char, _]): Parsec[Char, Char]
-
def
<*>[B](f: (Char) ⇒ B): Parsec[Char, B]
-
def
<:>[B](f: (Char) ⇒ B): Parsec[Char, B]
-
def
<?>[U >: Char](message: String): Parsec[Char, U]
-
def
<|>[U >: Char](parsec: Parsec[Char, U]): Parsec[Char, U]
-
final
def
==(arg0: Any): Boolean
-
def
>>[B](m: Parsec[Char, B]): Parsec[Char, B]
-
def
>>=[B](f: (Char) ⇒ Parsec[Char, B]): Parsec[Char, B]
-
def
?(s: Seq[Char]): Try[Char]
-
def
?(s: State[Char]): Try[Char]
-
def
apply(s: State[Char]): Try[Char]
-
final
def
asInstanceOf[T0]: T0
-
def
ask(s: Seq[Char]): Try[Char]
-
def
ask(s: State[Char]): Try[Char]
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
flatMap[B](f: (Char) ⇒ Parsec[Char, B]): Parsec[Char, B]
-
final
def
getClass(): Class[_]
-
def
hashCode(): scala.Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
liftA2[B, C](f: (Char, B) ⇒ C): (Parsec[Char, B]) ⇒ Parsec[Char, C]
-
def
map[B](f: (Char) ⇒ B): Parsec[Char, B]
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
option(s: State[Char]): Option[Char]
-
def
parse(s: State[Char]): Char
-
val
self: Parsec[Char, Char]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(arg0: Long, arg1: scala.Int): Unit
-
final
def
wait(arg0: Long): Unit
-
final
def
wait(): Unit
Deprecated Value Members
-
def
finalize(): Unit
Inherited from Parsec[Char, Char]
Inherited from AnyRef
Inherited from Any
Digit parser return char if it is a digit
1.0.0