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. All

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[_]): 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 { ... /* 2 definitions in type refinement */ }
    Definition Classes
    ValuesRApi
  12. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  13. def count(): Task[Long]
  14. final def create[T](value: T, dt: datatype.DataType[T]): Task[Value[T]]
  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[_]): Task[Unit]
  17. def dereferenceValue(t: Any): Task[Any]
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  20. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. val graph: Graph
  23. def hasId(id: Long): Task[Option[Value[Any]]]
    Definition Classes
    ValuesRApi
  24. def hasIri(iris: List[String]): Observable[Value[Any]]

    iris

    a set of uri's to get T for

    Definition Classes
    ValuesRApi
  25. def hasIri(iri: String, iris: String*): Observable[Value[_]]
    Definition Classes
    RApi
  26. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. 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

  32. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. final def upsert[V](value: Value[V]): Task[Value[V]]
  35. final def upsert[V](value: V, dt: datatype.DataType[V]): Task[Value[V]]
  36. def upsert[V, TOut, CTOut <: ClassType[_]](value: V)(implicit clsTpbl: Aux[V, TOut, CTOut]): Task[Value[V]]
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from RApi[Value[_]]

Inherited from AnyRef

Inherited from Any

Ungrouped