Object

org.opencypher.okapi.api.value.CypherValue

CypherNull

Related Doc: package CypherValue

Permalink

object CypherNull extends CypherValue

Linear Supertypes
CypherValue, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CypherNull
  2. CypherValue
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

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

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

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

    Permalink
    Definition Classes
    AnyRef → 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 clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def equals(other: Any): Boolean

    Permalink

    Structural comparison of the Scala representation.

    Structural comparison of the Scala representation.

    This is NOT Cypher equality or equivalence.

    Definition Classes
    CypherValue → Any
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  12. def getValue: Option[Any]

    Permalink

    returns

    null-safe version of value

    Definition Classes
    CypherNullCypherValue
  13. def hashCode(): Int

    Permalink

    Hash code of the Scala representation.

    Hash code of the Scala representation.

    Definition Classes
    CypherValue → Any
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. def isNull: Boolean

    Permalink

    returns

    true iff the stored value is null.

    Definition Classes
    CypherValue
  16. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  20. 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
  21. def toString(): String

    Permalink

    String of the Scala representation of this value.

    String of the Scala representation of this value.

    Definition Classes
    CypherValue → Any
  22. def unwrap: Null

    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
    CypherNullCypherValue
  23. def value: Null

    Permalink

    returns

    wrapped value

    Definition Classes
    CypherNullCypherValue
  24. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from CypherValue

Inherited from AnyRef

Inherited from Any

Ungrouped