Class/Object

org.opencypher.okapi.api.value.CypherValue

CypherInteger

Related Docs: object CypherInteger | package CypherValue

Permalink

implicit final class CypherInteger extends AnyVal with CypherNumber[Long]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CypherInteger
  2. CypherNumber
  3. PrimitiveCypherValue
  4. MaterialCypherValue
  5. CypherValue
  6. AnyVal
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CypherInteger(value: Long)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  4. def as[V](implicit arg0: ClassTag[V]): Option[V]

    Permalink

    Safe version of cast

    Safe version of cast

    Definition Classes
    CypherValue
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def cast[V](implicit arg0: ClassTag[V]): V

    Permalink

    Attempts to cast the Cypher value to V, fails when this is not supported.

    Attempts to cast the Cypher value to V, fails when this is not supported.

    Definition Classes
    CypherValue
  7. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  8. def getValue: Option[Long]

    Permalink

    returns

    null-safe version of value

    Definition Classes
    MaterialCypherValueCypherValue
  9. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  10. def isNull: Boolean

    Permalink

    returns

    true iff the stored value is null.

    Definition Classes
    CypherValue
  11. def toCypherString: String

    Permalink

    A Cypher string representation.

    A Cypher string representation. For more information about the exact format of these, please refer to the openCypher TCK.

    Definition Classes
    CypherValue
  12. def toString(): String

    Permalink

    String of the Scala representation of this value.

    String of the Scala representation of this value.

    Definition Classes
    CypherValue → Any
  13. def unwrap: Long

    Permalink

    returns

    unwraps the Cypher value into Scala/Java structures. Unlike value this is done recursively for the Cypher values stored inside of maps and lists.

    Definition Classes
    PrimitiveCypherValueCypherValue
  14. val value: Long

    Permalink

    returns

    wrapped value

    Definition Classes
    CypherIntegerMaterialCypherValueCypherValue

Inherited from CypherNumber[Long]

Inherited from PrimitiveCypherValue[Long]

Inherited from MaterialCypherValue[Long]

Inherited from CypherValue

Inherited from AnyVal

Inherited from Any

Ungrouped