JsonRpcIdentifier

grapple.json.rpc.JsonRpcIdentifier
See theJsonRpcIdentifier companion object
sealed trait JsonRpcIdentifier

Defines JSON-RPC identifier.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def isNull: Boolean

Tests for null.

Tests for null.

Attributes

def isNumber: Boolean

Tests for number.

Tests for number.

Attributes

def isString: Boolean

Tests for string.

Tests for string.

Attributes

def number: Long

Gets number value.

Gets number value.

Attributes

Throws
NoSuchElementException

if identifier is not a number

def string: String

Gets string value.

Gets string value.

Attributes

Throws
NoSuchElementException

if identifier is not a string