Class/Object

org.opencypher.okapi.api.value.CypherValue

CypherMap

Related Docs: object CypherMap | package CypherValue

Permalink

implicit final class CypherMap extends AnyVal with MaterialCypherValue[Map[String, CypherValue]]

Linear Supertypes
MaterialCypherValue[Map[String, CypherValue]], CypherValue, AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CypherMap
  2. MaterialCypherValue
  3. CypherValue
  4. AnyVal
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CypherMap(value: Map[String, CypherValue])

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    Any
  3. def ++(other: CypherMap): CypherMap

    Permalink
  4. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  5. def apply(k: String): CypherValue

    Permalink
  6. def as[V](implicit arg0: ClassTag[V]): Option[V]

    Permalink

    Safe version of cast

    Safe version of cast

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

    Permalink
    Definition Classes
    Any
  8. 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
  9. def get(k: String): Option[CypherValue]

    Permalink
  10. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  11. def getValue: Option[Map[String, CypherValue]]

    Permalink

    returns

    null-safe version of value

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

    Permalink
    Definition Classes
    Any
  13. def isNull: Boolean

    Permalink

    returns

    true iff the stored value is null.

    Definition Classes
    CypherValue
  14. def keys: Set[String]

    Permalink
  15. 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
  16. def toString(): String

    Permalink

    String of the Scala representation of this value.

    String of the Scala representation of this value.

    Definition Classes
    CypherValue → Any
  17. def unwrap: Map[String, Any]

    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
    CypherMapCypherValue
  18. def updated(k: String, v: CypherValue): CypherMap

    Permalink
  19. val value: Map[String, CypherValue]

    Permalink

    returns

    wrapped value

    Definition Classes
    CypherMapMaterialCypherValueCypherValue

Inherited from MaterialCypherValue[Map[String, CypherValue]]

Inherited from CypherValue

Inherited from AnyVal

Inherited from Any

Ungrouped