JsLongParser

object JsLongParser extends Parser[JsLong]
trait Parser[JsLong]
class Object
trait Matchable
class Any

Value members

Concrete methods

override def parse(reader: JsonReader): JsLong
Definition Classes

Inherited methods

def or[Q <: JsValue](other: Parser[Q]): Parser[JsValue]
Inherited from:
Parser
def suchThat(predicate: JsLong => Boolean): Parser[JsLong]
Inherited from:
Parser