class
Is[T] extends Parsec[T, T]
Instance Constructors
-
new
Is(predicate: Function[T, Boolean])
Value Members
-
def
!(s: State[T]): T
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): scala.Int
-
def
*>[B](mb: Parsec[T, B]): Parsec[T, B]
-
def
<*[_](mb: Parsec[T, _]): Parsec[T, T]
-
def
<*>[B](f: (T) ⇒ B): Parsec[T, B]
-
def
<:>[B](f: (T) ⇒ B): Parsec[T, B]
-
def
<?>[U >: T](message: String): Parsec[T, U]
-
def
<|>[U >: T](parsec: Parsec[T, U]): Parsec[T, U]
-
final
def
==(arg0: Any): Boolean
-
def
>>[B](m: Parsec[T, B]): Parsec[T, B]
-
def
>>=[B](f: (T) ⇒ Parsec[T, B]): Parsec[T, B]
-
def
?(s: Seq[T]): Try[T]
-
def
?(s: State[T]): Try[T]
-
def
apply(s: State[T]): Try[T]
-
final
def
asInstanceOf[T0]: T0
-
def
ask(s: Seq[T]): Try[T]
-
def
ask(s: State[T]): Try[T]
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
flatMap[B](f: (T) ⇒ Parsec[T, B]): Parsec[T, B]
-
final
def
getClass(): Class[_]
-
def
hashCode(): scala.Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
liftA2[B, C](f: (T, B) ⇒ C): (Parsec[T, B]) ⇒ Parsec[T, C]
-
def
map[B](f: (T) ⇒ B): Parsec[T, B]
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
option(s: State[T]): Option[T]
-
def
parse(s: State[T]): T
-
val
predicate: Function[T, Boolean]
-
val
self: Parsec[T, T]
-
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 AnyRef
Inherited from Any
TODO
1.0.0
2020/07/23 14:18