A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://lucidsoftware.github.io/xtract/core/api/com/lucidchart/open/xtract/ParseResult.html below:

sealed trait ParseResult[+A] extends AnyRef

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ParseResult
  2. AnyRef
  3. Any
Abstract Value Members
  1. abstract def errors: Seq[ParseError]
  2. abstract def get: A
  3. abstract def isSuccessful: Boolean
Concrete Value Members
  1. final def !=(arg0: Any): Boolean
  2. final def ##(): Int
  3. final def ==(arg0: Any): Boolean
  4. final def asInstanceOf[T0]: T0
  5. def clone(): AnyRef
  6. final def collect[B](pf: PartialFunction[A, B]): ParseResult[B]
  7. final def collect[B](otherwise: ⇒ ParseError)(pf: PartialFunction[A, B]): ParseResult[B]
  8. final def eq(arg0: AnyRef): Boolean
  9. def equals(arg0: Any): Boolean
  10. def filter(f: (A) ⇒ Boolean): ParseResult[A]
  11. def filter(error: ⇒ ParseError)(f: (A) ⇒ Boolean): ParseResult[A]
  12. def flatMap[B](f: (A) ⇒ ParseResult[B]): ParseResult[B]
  13. def fold[B](onFailure: (Seq[ParseError]) ⇒ B)(onSuccess: (A) ⇒ B): B
  14. def foreach(f: (A) ⇒ Unit): Unit
  15. final def getClass(): Class[_]
  16. def getOrElse[B >: A](otherwise: ⇒ B): B
  17. def hashCode(): Int
  18. final def isInstanceOf[T0]: Boolean
  19. def map[B](f: (A) ⇒ B): ParseResult[B]
  20. final def ne(arg0: AnyRef): Boolean
  21. final def notify(): Unit
  22. final def notifyAll(): Unit
  23. def or[B >: A](other: ParseResult[B]): ParseResult[B]
  24. def orElse[B >: A](otherwise: ⇒ ParseResult[B]): ParseResult[B]
  25. def recoverPartial[B >: A](otherwise: ⇒ B): ParseResult[B]
  26. final def synchronized[T0](arg0: ⇒ T0): T0
  27. def toOption: Option[A]
  28. def toString(): String
  29. final def wait(arg0: Long, arg1: Int): Unit
  30. final def wait(arg0: Long): Unit
  31. final def wait(): Unit
  32. def withFilter(f: (A) ⇒ Boolean): ParseResult[A]
  33. def |[B >: A](other: ParseResult[B]): ParseResult[B]
Deprecated Value Members
  1. def finalize(): Unit

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