|
Scala Library Documentation
|
|
sealed abstract
class
NoSuccess(val msg : String, val override next : Reader)
extends ParseResult[Nothing]| Value Summary | |
val
|
successful : Boolean |
| Method Summary | |
def
|
get
: Nothing
Returns the embedded result
|
def
|
map
[U](f : (Nothing) => U) : NoSuccess
Functional composition of ParseResults
|
def
|
mapPartial
[U](f : PartialFunction[Nothing, U], error : (Nothing) => String) : ParseResult[U]
Partial functional composition of ParseResults
|
| Methods inherited from ParseResult | |
| isEmpty, getOrElse |
| Methods inherited from AnyRef | |
| getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
|
Scala Library Documentation
|
|