abstract class Values extends RApi[Value[_]]

Linear Supertypes
RApi[Value[_]], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Values
  2. RApi
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Values(graph: Graph)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def +[V](value: Value[V]): Task[Value[V]]

    adds a value

  4. final def ++[V](value: Value[V]): Task[Value[V]]

    adds a value and meta-properties (value.outE())

  5. final def -(value: Value[Any]): Task[Unit]

    deletes a value

  6. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  7. def apply(): Observable[Value[Any]]
    Definition Classes
    ValuesRApi
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def byValue[T](valueSet: List[(T, datatype.DataType[T])]): Observable[Value[T]]
  10. def byValue[T, TOut, CTOut <: ClassType[_]](value: T)(implicit clsTpbl: Aux[T, TOut, CTOut]): Observable[Value[T]]
  11. def cached: AnyRef { ... /* 3 definitions in type refinement */ }
    Definition Classes
    ValuesRApi
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  13. def count(): Task[Long]
  14. final def create[T](value: T, dt: datatype.DataType[T]): Task[Value[T]]
    Attributes
    protected[lspace]
  15. final def create[T, TOut, CTOut <: ClassType[_]](value: T)(implicit clsTpbl: Aux[T, TOut, CTOut]): Task[Value[T]]
  16. final def delete(value: Value[Any]): Task[Unit]
  17. def dereferenceValue(t: Any): Task[Any]
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. val graph: Graph
  22. def hasId(id: Long): Task[Option[Value[Any]]]
    Definition Classes
    ValuesRApi
  23. def hasIri(iris: List[String]): Observable[Value[Any]]

    iris

    a set of uri's to get T for

    Definition Classes
    ValuesRApi
  24. def hasIri(iri: String, iris: String*): Observable[Value[_]]
    Definition Classes
    RApi
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. def post[V](value: Value[V]): Task[Value[V]]

    adds a value to the graph including all edges and (meta) edges on edges as long as edges have edges

  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. final def upsert[V](value: Value[V]): Task[Value[V]]
  34. final def upsert[V](value: V, dt: datatype.DataType[V]): Task[Value[V]]
    Attributes
    protected[lspace]
  35. def upsert[V, TOut, CTOut <: ClassType[Any]](value: V)(implicit clsTpbl: Aux[V, TOut, CTOut]): Task[Value[V]]
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from RApi[Value[_]]

Inherited from AnyRef

Inherited from Any

Ungrouped