Find

case class Find[E, T](psc: Parsec[E, T]) extends Parsec[E, T]

Find try and next util success or eof.

Find try and next util success or eof.

Authors

mars

Version

1.0.0

Companion
object
trait Serializable
trait Product
trait Equals
trait Parsec[E, T]
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(s: State[E]): Try[T]

Inherited methods

def !(state: State[E]): T
Inherited from
Parsec
def <|>[R >: T](p: Parsec[E, R]): Parsec[E, R]
Inherited from
Parsec
def ?(state: State[E]): Try[T]
Inherited from
Parsec
def attempt: Parsec[E, T]
Inherited from
Parsec
def iterate[R >: T](state: State[E]): Iterator[E, R]
Inherited from
Parsec
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product