IntValue

org.plasmalabs.indexer.services.IndexMatchValue.Value.IntValue
final case class IntValue(value: Long) extends Value

Attributes

Graph
Supertypes
trait Value
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Types

type ValueType = Long

Value members

Concrete methods

override def intValue: Option[Long]

Attributes

Definition Classes
override def isIntValue: Boolean

Attributes

Definition Classes
override def number: Int

Attributes

Definition Classes
GeneratedOneof

Inherited methods

def isDefined: Boolean

Attributes

Inherited from:
Value
def isEmpty: Boolean

Attributes

Inherited from:
Value
def isStringValue: Boolean

Attributes

Inherited from:
Value
def isUintValue: Boolean

Attributes

Inherited from:
Value
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def stringValue: Option[String]

Attributes

Inherited from:
Value
def uintValue: Option[Long]

Attributes

Inherited from:
Value
def valueOption: Option[ValueType]

Attributes

Inherited from:
GeneratedOneof