Showing content from http://lucidsoftware.github.io/xtract/core/api/com/lucidchart/open/xtract/PartialParseSuccess.html below:
case class PartialParseSuccess[+A](get: A, errors: Seq[ParseError]) extends ParseResult[A] with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- PartialParseSuccess
- Serializable
- Serializable
- Product
- Equals
- ParseResult
- AnyRef
- Any
Instance Constructors
- new PartialParseSuccess(get: A, errors: Seq[ParseError])
Value Members
- final def !=(arg0: Any): Boolean
- final def ##(): Int
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- final def collect[B](pf: PartialFunction[A, B]): ParseResult[B]
- final def collect[B](otherwise: ⇒ ParseError)(pf: PartialFunction[A, B]): ParseResult[B]
- final def eq(arg0: AnyRef): Boolean
- val errors: Seq[ParseError]
- def filter(f: (A) ⇒ Boolean): ParseResult[A]
- def filter(error: ⇒ ParseError)(f: (A) ⇒ Boolean): ParseResult[A]
- def flatMap[B](f: (A) ⇒ ParseResult[B]): ParseResult[B]
- def fold[B](onFailure: (Seq[ParseError]) ⇒ B)(onSuccess: (A) ⇒ B): B
- def foreach(f: (A) ⇒ Unit): Unit
- val get: A
- final def getClass(): Class[_]
- def getOrElse[B >: A](otherwise: ⇒ B): B
- final def isInstanceOf[T0]: Boolean
- def isSuccessful: Boolean
- def map[B](f: (A) ⇒ B): ParseResult[B]
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- def or[B >: A](other: ParseResult[B]): ParseResult[B]
- def orElse[B >: A](otherwise: ⇒ ParseResult[B]): ParseResult[B]
- def recoverPartial[B >: A](otherwise: ⇒ B): ParseResult[B]
- final def synchronized[T0](arg0: ⇒ T0): T0
- def toOption: Option[A]
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- def withFilter(f: (A) ⇒ Boolean): ParseResult[A]
- def |[B >: A](other: ParseResult[B]): ParseResult[B]
Deprecated Value Members
- def finalize(): Unit
Inherited from Serializable
Inherited from Serializable
Inherited from Product
Inherited from Equals
Inherited from AnyRef
Inherited from Any
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4