class KeyIndexer extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- KeyIndexer
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new KeyIndexer(nisi: NoIdStatementIndexer, si: StatementIndexer, namespace: Namespace)
- new KeyIndexer(nisi: NoIdStatementIndexer, si: StatementIndexer, wasGeneratedBy: Map[ComplexKey[WasGeneratedBy], Set[WasGeneratedBy]], wasInvalidatedBy: Map[ComplexKey[WasInvalidatedBy], Set[WasInvalidatedBy]], wasStartedBy: Map[ComplexKey[WasStartedBy], Set[WasStartedBy]], wasEndedBy: Map[ComplexKey[WasEndedBy], Set[WasEndedBy]], namespace: Namespace)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- 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
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def idSets(): Iterable[Set[QualifiedName]]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def keyConstraints(): KeyIndexer
- def mapMerge[T](map1: Map[ComplexKey[T], Set[T]], map2: Map[ComplexKey[T], Set[T]]): Map[ComplexKey[T], Set[T]]
- val namespace: Namespace
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val nisi: NoIdStatementIndexer
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- val si: StatementIndexer
- def split[T, T2 <: T](s: Set[T], pred: (T) => Option[T2]): (Set[T2], Set[T])
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toDocument(): Document
- def toNormalForm(): DocumentProxy
- def toString(): String
- Definition Classes
- AnyRef → Any
- def unify(m: Map[QualifiedName, Set[QualifiedName]]): KeyIndexer
- 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])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- val wasEndedBy: Map[ComplexKey[WasEndedBy], Set[WasEndedBy]]
- val wasGeneratedBy: Map[ComplexKey[WasGeneratedBy], Set[WasGeneratedBy]]
- val wasInvalidatedBy: Map[ComplexKey[WasInvalidatedBy], Set[WasInvalidatedBy]]
- val wasStartedBy: Map[ComplexKey[WasStartedBy], Set[WasStartedBy]]
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)