abstract class Values extends RApi[Value[_]]
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- Values
- RApi
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def +[V](value: Value[V]): Task[Value[V]]
adds a value
- final def ++[V](value: Value[V]): Task[Value[V]]
adds a value and meta-properties (value.outE())
- final def -(value: Value[Any]): Task[Unit]
deletes a value
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply(): Observable[Value[Any]]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def byValue[T](valueSet: List[(T, datatype.DataType[T])]): Observable[Value[T]]
- def byValue[T, TOut, CTOut <: ClassType[_]](value: T)(implicit clsTpbl: Aux[T, TOut, CTOut]): Observable[Value[T]]
- def cached: AnyRef { ... /* 3 definitions in type refinement */ }
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def count(): Task[Long]
- final def create[T](value: T, dt: datatype.DataType[T]): Task[Value[T]]
- Attributes
- protected[lspace]
- final def create[T, TOut, CTOut <: ClassType[_]](value: T)(implicit clsTpbl: Aux[T, TOut, CTOut]): Task[Value[T]]
- final def delete(value: Value[Any]): Task[Unit]
- def dereferenceValue(t: Any): Task[Any]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val graph: Graph
- def hasId(id: Long): Task[Option[Value[Any]]]
- def hasIri(iris: List[String]): Observable[Value[Any]]
- def hasIri(iri: String, iris: String*): Observable[Value[_]]
- Definition Classes
- RApi
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- 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
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def upsert[V](value: Value[V]): Task[Value[V]]
- final def upsert[V](value: V, dt: datatype.DataType[V]): Task[Value[V]]
- Attributes
- protected[lspace]
- def upsert[V, TOut, CTOut <: ClassType[Any]](value: V)(implicit clsTpbl: Aux[V, TOut, CTOut]): Task[Value[V]]
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- 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.