Class/Object

org.opencypher.okapi.api.value.CypherValue

CypherFloat

Related Docs: object CypherFloat | package CypherValue

Permalink

implicit final class CypherFloat extends AnyVal with CypherNumber[Double]

Linear Supertypes
CypherNumber[Double], PrimitiveCypherValue[Double], MaterialCypherValue[Double], CypherValue, AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CypherFloat
  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 CypherFloat(value: Double)

    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[Double]

    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: Double

    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: Double

    Permalink

    returns

    wrapped value

    Definition Classes
    CypherFloatMaterialCypherValueCypherValue

Inherited from CypherNumber[Double]

Inherited from PrimitiveCypherValue[Double]

Inherited from MaterialCypherValue[Double]

Inherited from CypherValue

Inherited from AnyVal

Inherited from Any

Ungrouped