class NegatedConjunctions extends Formula with SortedWithOrder[NegatedConjunctions] with IndexedSeq[Conjunction]
Class for representing a conjunction of negated Conjunction
s.
- Alphabetic
- By Inheritance
- NegatedConjunctions
- IndexedSeq
- IndexedSeqOps
- IndexedSeq
- IndexedSeqOps
- Seq
- SeqOps
- Seq
- Equals
- SeqOps
- PartialFunction
- Function1
- Iterable
- Iterable
- IterableFactoryDefaults
- IterableOps
- IterableOnceOps
- IterableOnce
- SortedWithOrder
- Sorted
- Formula
- TerFor
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def &(that: NegatedConjunctions)(implicit newOrder: TermOrder): NegatedConjunctions
- def +(that: Conjunction)(implicit order: TermOrder): NegatedConjunctions
Add a further negated conjunction.
- final def ++[B >: Conjunction](suffix: IterableOnce[B]): IndexedSeq[B]
- Definition Classes
- IterableOps
- Annotations
- @inline()
- final def ++:[B >: Conjunction](prefix: IterableOnce[B]): IndexedSeq[B]
- Definition Classes
- SeqOps → IterableOps
- Annotations
- @inline()
- final def +:[B >: Conjunction](elem: B): IndexedSeq[B]
- Definition Classes
- SeqOps
- Annotations
- @inline()
- def --(that: NegatedConjunctions): NegatedConjunctions
Remove some negated conjunctions.
- final def :+[B >: Conjunction](elem: B): IndexedSeq[B]
- Definition Classes
- SeqOps
- Annotations
- @inline()
- final def :++[B >: Conjunction](suffix: IterableOnce[B]): IndexedSeq[B]
- Definition Classes
- SeqOps
- Annotations
- @inline()
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def addString(b: StringBuilder): b.type
- Definition Classes
- IterableOnceOps
- Annotations
- @inline()
- final def addString(b: StringBuilder, sep: String): b.type
- Definition Classes
- IterableOnceOps
- Annotations
- @inline()
- def addString(b: StringBuilder, start: String, sep: String, end: String): b.type
- Definition Classes
- IterableOnceOps
- def andThen[C](k: PartialFunction[Conjunction, C]): PartialFunction[Int, C]
- Definition Classes
- PartialFunction
- def andThen[C](k: (Conjunction) => C): PartialFunction[Int, C]
- Definition Classes
- PartialFunction → Function1
- def appended[B >: Conjunction](elem: B): IndexedSeq[B]
- Definition Classes
- SeqOps
- def appendedAll[B >: Conjunction](suffix: IterableOnce[B]): IndexedSeq[B]
- Definition Classes
- SeqOps
- def apply(i: Int): Conjunction
- Definition Classes
- NegatedConjunctions → SeqOps → Function1
- def applyOrElse[A1 <: Int, B1 >: Conjunction](x: A1, default: (A1) => B1): B1
- Definition Classes
- PartialFunction
- def applyPreferredMaxLength: Int
- Attributes
- protected
- Definition Classes
- IndexedSeq
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def canEqual(that: Any): Boolean
- Definition Classes
- IndexedSeq → Seq → Equals
- def className: String
- Attributes
- protected[this]
- Definition Classes
- Iterable
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- final def coll: NegatedConjunctions.this.type
- Attributes
- protected
- Definition Classes
- Iterable → IterableOps
- def collect[B](pf: PartialFunction[Conjunction, B]): IndexedSeq[B]
- Definition Classes
- IterableOps → IterableOnceOps
- def collectFirst[B](pf: PartialFunction[Conjunction, B]): Option[B]
- Definition Classes
- IterableOnceOps
- def combinations(n: Int): Iterator[IndexedSeq[Conjunction]]
- Definition Classes
- SeqOps
- def compose[R](k: PartialFunction[R, Int]): PartialFunction[R, Conjunction]
- Definition Classes
- PartialFunction
- def compose[A](g: (A) => Int): (A) => Conjunction
- Definition Classes
- Function1
- Annotations
- @unspecialized()
- final def concat[B >: Conjunction](suffix: IterableOnce[B]): IndexedSeq[B]
- Definition Classes
- SeqOps → IterableOps
- Annotations
- @inline()
- lazy val constants: Set[ConstantTerm]
- Definition Classes
- NegatedConjunctions → SortedWithOrder → TerFor
- def contains[A1 >: Conjunction](elem: A1): Boolean
- Definition Classes
- SeqOps
- def containsLiteral: Boolean
- def containsNegatedConjunction: Boolean
- def containsSlice[B >: Conjunction](that: Seq[B]): Boolean
- Definition Classes
- SeqOps
- def copyToArray[B >: Conjunction](xs: Array[B], start: Int, len: Int): Int
- Definition Classes
- IterableOnceOps
- def copyToArray[B >: Conjunction](xs: Array[B], start: Int): Int
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecatedOverriding()
- def copyToArray[B >: Conjunction](xs: Array[B]): Int
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecatedOverriding()
- def corresponds[B](that: Seq[B])(p: (Conjunction, B) => Boolean): Boolean
- Definition Classes
- SeqOps
- def corresponds[B](that: IterableOnce[B])(p: (Conjunction, B) => Boolean): Boolean
- Definition Classes
- IterableOnceOps
- def count(p: (Conjunction) => Boolean): Int
- Definition Classes
- IterableOnceOps
- def diff(oldConj: NegatedConjunctions): (NegatedConjunctions, NegatedConjunctions)
Find the subset of conjuncts in this conjunction that also occur in
oldConj
, as well as the subset of conjuncts that do not occur inoldConj
. - def diff[B >: Conjunction](that: Seq[B]): IndexedSeq[Conjunction]
- Definition Classes
- SeqOps
- def distinct: IndexedSeq[Conjunction]
- Definition Classes
- SeqOps
- def distinctBy[B](f: (Conjunction) => B): IndexedSeq[Conjunction]
- Definition Classes
- SeqOps
- def drop(n: Int): IndexedSeq[Conjunction]
- Definition Classes
- IndexedSeqOps → IterableOps → IterableOnceOps
- def dropRight(n: Int): IndexedSeq[Conjunction]
- Definition Classes
- IndexedSeqOps → IterableOps
- def dropWhile(p: (Conjunction) => Boolean): IndexedSeq[Conjunction]
- Definition Classes
- IterableOps → IterableOnceOps
- def elementWise: ElementWiseExtractor[Int, Conjunction]
- Definition Classes
- PartialFunction
- def elements: Iterator[Conjunction]
- def empty: IndexedSeq[Conjunction]
- Definition Classes
- IterableFactoryDefaults → IterableOps
- def endsWith[B >: Conjunction](that: Iterable[B]): Boolean
- Definition Classes
- SeqOps
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(that: Any): Boolean
- Definition Classes
- NegatedConjunctions → Seq → Equals → AnyRef → Any
- def exists(p: (Conjunction) => Boolean): Boolean
- Definition Classes
- IterableOnceOps
- def filter(pred: (Conjunction) => Boolean): IndexedSeq[Conjunction]
- Definition Classes
- IterableOps → IterableOnceOps
- def filterNot(pred: (Conjunction) => Boolean): IndexedSeq[Conjunction]
- Definition Classes
- IterableOps → IterableOnceOps
- def find(p: (Conjunction) => Boolean): Option[Conjunction]
- Definition Classes
- IterableOnceOps
- def findLast(p: (Conjunction) => Boolean): Option[Conjunction]
- Definition Classes
- SeqOps
- def flatMap[B](f: (Conjunction) => IterableOnce[B]): IndexedSeq[B]
- Definition Classes
- IterableOps → IterableOnceOps
- def flatten[B](implicit asIterable: (Conjunction) => IterableOnce[B]): IndexedSeq[B]
- Definition Classes
- IterableOps → IterableOnceOps
- def fold[A1 >: Conjunction](z: A1)(op: (A1, A1) => A1): A1
- Definition Classes
- IterableOnceOps
- def foldLeft[B](z: B)(op: (B, Conjunction) => B): B
- Definition Classes
- IterableOnceOps
- def foldRight[B](z: B)(op: (Conjunction, B) => B): B
- Definition Classes
- IndexedSeqOps → IterableOnceOps
- def forall(p: (Conjunction) => Boolean): Boolean
- Definition Classes
- IterableOnceOps
- def foreach[U](f: (Conjunction) => U): Unit
- Definition Classes
- IterableOnceOps
- def fromSpecific(coll: IterableOnce[Conjunction]): IndexedSeq[Conjunction]
- Attributes
- protected
- Definition Classes
- IterableFactoryDefaults → IterableOps
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- lazy val groundAtoms: Set[Atom]
- Definition Classes
- NegatedConjunctions → Formula
- def groupBy[K](f: (Conjunction) => K): Map[K, IndexedSeq[Conjunction]]
- Definition Classes
- IterableOps
- def groupMap[K, B](key: (Conjunction) => K)(f: (Conjunction) => B): Map[K, IndexedSeq[B]]
- Definition Classes
- IterableOps
- def groupMapReduce[K, B](key: (Conjunction) => K)(f: (Conjunction) => B)(reduce: (B, B) => B): Map[K, B]
- Definition Classes
- IterableOps
- def grouped(size: Int): Iterator[IndexedSeq[Conjunction]]
- Definition Classes
- IterableOps
- def hashCode(): Int
- Definition Classes
- NegatedConjunctions → Seq → AnyRef → Any
- def head: Conjunction
- Definition Classes
- IndexedSeqOps → IterableOps
- def headOption: Option[Conjunction]
- Definition Classes
- IndexedSeqOps → IterableOps
- def implies(that: NegatedConjunctions): Boolean
- def indexOf[B >: Conjunction](elem: B): Int
- Definition Classes
- SeqOps
- Annotations
- @deprecatedOverriding()
- def indexOf[B >: Conjunction](elem: B, from: Int): Int
- Definition Classes
- SeqOps
- def indexOfSlice[B >: Conjunction](that: Seq[B]): Int
- Definition Classes
- SeqOps
- Annotations
- @deprecatedOverriding()
- def indexOfSlice[B >: Conjunction](that: Seq[B], from: Int): Int
- Definition Classes
- SeqOps
- def indexWhere(p: (Conjunction) => Boolean): Int
- Definition Classes
- SeqOps
- Annotations
- @deprecatedOverriding()
- def indexWhere(p: (Conjunction) => Boolean, from: Int): Int
- Definition Classes
- SeqOps
- def indices: Range
- Definition Classes
- SeqOps
- def init: IndexedSeq[Conjunction]
- Definition Classes
- IterableOps
- def inits: Iterator[IndexedSeq[Conjunction]]
- Definition Classes
- IterableOps
- def intersect[B >: Conjunction](that: Seq[B]): IndexedSeq[Conjunction]
- Definition Classes
- SeqOps
- def isDefinedAt(idx: Int): Boolean
- Definition Classes
- SeqOps
- def isEmpty: Boolean
- Definition Classes
- SeqOps → IterableOnceOps
- def isFalse: Boolean
Return
true
if this formula is obviously always falseReturn
true
if this formula is obviously always false- Definition Classes
- NegatedConjunctions → Formula
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isNegatedQuantifiedConjunction: Boolean
- def isSortedBy(otherOrder: TermOrder): Boolean
- Definition Classes
- SortedWithOrder → Sorted
- def isTraversableAgain: Boolean
- Definition Classes
- IterableOps → IterableOnceOps
- def isTrue: Boolean
Return
true
if this formula is obviously always trueReturn
true
if this formula is obviously always true- Definition Classes
- NegatedConjunctions → Formula
- def iterableFactory: SeqFactory[IndexedSeq]
- Definition Classes
- IndexedSeq → IndexedSeq → Seq → Seq → Iterable → Iterable → IterableOps
- def iterator: Iterator[Conjunction]
- Definition Classes
- IndexedSeqOps → IterableOnce
- def knownSize: Int
- Definition Classes
- IndexedSeqOps → IterableOnce
- def last: Conjunction
- Definition Classes
- IndexedSeqOps → IterableOps
- def lastIndexOf[B >: Conjunction](elem: B, end: Int): Int
- Definition Classes
- SeqOps
- def lastIndexOfSlice[B >: Conjunction](that: Seq[B]): Int
- Definition Classes
- SeqOps
- Annotations
- @deprecatedOverriding()
- def lastIndexOfSlice[B >: Conjunction](that: Seq[B], end: Int): Int
- Definition Classes
- SeqOps
- def lastIndexWhere(p: (Conjunction) => Boolean): Int
- Definition Classes
- SeqOps
- Annotations
- @deprecatedOverriding()
- def lastIndexWhere(p: (Conjunction) => Boolean, end: Int): Int
- Definition Classes
- SeqOps
- def lastOption: Option[Conjunction]
- Definition Classes
- IterableOps
- def lazyZip[B](that: Iterable[B]): LazyZip2[Conjunction, B, NegatedConjunctions.this.type]
- Definition Classes
- Iterable
- def length: Int
- Definition Classes
- NegatedConjunctions → SeqOps
- final def lengthCompare(that: Iterable[_]): Int
- Definition Classes
- IndexedSeqOps → SeqOps
- final def lengthCompare(len: Int): Int
- Definition Classes
- IndexedSeqOps → SeqOps
- final def lengthIs: SizeCompareOps
- Definition Classes
- SeqOps
- Annotations
- @inline()
- def lift: (Int) => Option[Conjunction]
- Definition Classes
- PartialFunction
- def map[B](f: (Conjunction) => B): IndexedSeq[B]
- Definition Classes
- IndexedSeqOps → IterableOps → IterableOnceOps
- def max[B >: Conjunction](implicit ord: Ordering[B]): Conjunction
- Definition Classes
- IterableOnceOps
- def maxBy[B](f: (Conjunction) => B)(implicit ord: Ordering[B]): Conjunction
- Definition Classes
- IterableOnceOps
- def maxByOption[B](f: (Conjunction) => B)(implicit ord: Ordering[B]): Option[Conjunction]
- Definition Classes
- IterableOnceOps
- def maxOption[B >: Conjunction](implicit ord: Ordering[B]): Option[Conjunction]
- Definition Classes
- IterableOnceOps
- def min[B >: Conjunction](implicit ord: Ordering[B]): Conjunction
- Definition Classes
- IterableOnceOps
- def minBy[B](f: (Conjunction) => B)(implicit ord: Ordering[B]): Conjunction
- Definition Classes
- IterableOnceOps
- def minByOption[B](f: (Conjunction) => B)(implicit ord: Ordering[B]): Option[Conjunction]
- Definition Classes
- IterableOnceOps
- def minOption[B >: Conjunction](implicit ord: Ordering[B]): Option[Conjunction]
- Definition Classes
- IterableOnceOps
- final def mkString: String
- Definition Classes
- IterableOnceOps
- Annotations
- @inline()
- final def mkString(sep: String): String
- Definition Classes
- IterableOnceOps
- Annotations
- @inline()
- final def mkString(start: String, sep: String, end: String): String
- Definition Classes
- IterableOnceOps
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newSpecificBuilder: Builder[Conjunction, IndexedSeq[Conjunction]]
- Attributes
- protected
- Definition Classes
- IterableFactoryDefaults → IterableOps
- def nonEmpty: Boolean
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecatedOverriding()
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def occCounts[B](sq: Seq[B]): Map[B, Int]
- Attributes
- protected[collection]
- Definition Classes
- SeqOps
- def orElse[A1 <: Int, B1 >: Conjunction](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]
- Definition Classes
- PartialFunction
- val order: TermOrder
- Definition Classes
- NegatedConjunctions → SortedWithOrder
- def padTo[B >: Conjunction](len: Int, elem: B): IndexedSeq[B]
- Definition Classes
- SeqOps
- def partition(p: (Conjunction) => Boolean): (IndexedSeq[Conjunction], IndexedSeq[Conjunction])
- Definition Classes
- IterableOps
- def partitionMap[A1, A2](f: (Conjunction) => Either[A1, A2]): (IndexedSeq[A1], IndexedSeq[A2])
- Definition Classes
- IterableOps
- def patch[B >: Conjunction](from: Int, other: IterableOnce[B], replaced: Int): IndexedSeq[B]
- Definition Classes
- SeqOps
- def permutations: Iterator[IndexedSeq[Conjunction]]
- Definition Classes
- SeqOps
- lazy val predicates: Set[Predicate]
- Definition Classes
- NegatedConjunctions → SortedWithOrder → TerFor
- def prepended[B >: Conjunction](elem: B): IndexedSeq[B]
- Definition Classes
- IndexedSeqOps → SeqOps
- def prependedAll[B >: Conjunction](prefix: IterableOnce[B]): IndexedSeq[B]
- Definition Classes
- SeqOps
- def product[B >: Conjunction](implicit num: Numeric[B]): B
- Definition Classes
- IterableOnceOps
- def reduce[B >: Conjunction](op: (B, B) => B): B
- Definition Classes
- IterableOnceOps
- def reduceLeft[B >: Conjunction](op: (B, Conjunction) => B): B
- Definition Classes
- IterableOnceOps
- def reduceLeftOption[B >: Conjunction](op: (B, Conjunction) => B): Option[B]
- Definition Classes
- IterableOnceOps
- def reduceOption[B >: Conjunction](op: (B, B) => B): Option[B]
- Definition Classes
- IterableOnceOps
- def reduceRight[B >: Conjunction](op: (Conjunction, B) => B): B
- Definition Classes
- IterableOnceOps
- def reduceRightOption[B >: Conjunction](op: (Conjunction, B) => B): Option[B]
- Definition Classes
- IterableOnceOps
- def reverse: IndexedSeq[Conjunction]
- Definition Classes
- IndexedSeqOps → SeqOps
- def reverseIterator: Iterator[Conjunction]
- Definition Classes
- IndexedSeqOps → SeqOps
- def reversed: Iterable[Conjunction]
- Attributes
- protected
- Definition Classes
- IndexedSeqOps → IterableOnceOps
- def runWith[U](action: (Conjunction) => U): (Int) => Boolean
- Definition Classes
- PartialFunction
- def sameElements[B >: Conjunction](o: IterableOnce[B]): Boolean
- Definition Classes
- IndexedSeq → SeqOps
- def scan[B >: Conjunction](z: B)(op: (B, B) => B): IndexedSeq[B]
- Definition Classes
- IterableOps
- def scanLeft[B](z: B)(op: (B, Conjunction) => B): IndexedSeq[B]
- Definition Classes
- IterableOps → IterableOnceOps
- def scanRight[B](z: B)(op: (Conjunction, B) => B): IndexedSeq[B]
- Definition Classes
- IterableOps
- def search[B >: Conjunction](elem: B, from: Int, to: Int)(implicit ord: Ordering[B]): SearchResult
- Definition Classes
- IndexedSeqOps → SeqOps
- def search[B >: Conjunction](elem: B)(implicit ord: Ordering[B]): SearchResult
- Definition Classes
- IndexedSeqOps → SeqOps
- def segmentLength(p: (Conjunction) => Boolean, from: Int): Int
- Definition Classes
- SeqOps
- final def segmentLength(p: (Conjunction) => Boolean): Int
- Definition Classes
- SeqOps
- final def size: Int
- Definition Classes
- SeqOps → IterableOnceOps
- final def sizeCompare(that: Iterable[_]): Int
- Definition Classes
- SeqOps → IterableOps
- final def sizeCompare(otherSize: Int): Int
- Definition Classes
- SeqOps → IterableOps
- final def sizeIs: SizeCompareOps
- Definition Classes
- IterableOps
- Annotations
- @inline()
- def slice(from: Int, until: Int): IndexedSeq[Conjunction]
- Definition Classes
- IndexedSeqOps → IndexedSeqOps → IterableOps → IterableOnceOps
- def sliding(size: Int, step: Int): Iterator[IndexedSeq[Conjunction]]
- Definition Classes
- IterableOps
- def sliding(size: Int): Iterator[IndexedSeq[Conjunction]]
- Definition Classes
- IterableOps
- def sortBy(newOrder: TermOrder): NegatedConjunctions
Re-sort an object with a new
TermOrder
.Re-sort an object with a new
TermOrder
. It is guaranteed that the resultisSortedBy(order)
- Definition Classes
- NegatedConjunctions → Sorted
- def sortBy[B](f: (Conjunction) => B)(implicit ord: Ordering[B]): IndexedSeq[Conjunction]
- Definition Classes
- SeqOps
- def sortWith(lt: (Conjunction, Conjunction) => Boolean): IndexedSeq[Conjunction]
- Definition Classes
- SeqOps
- def sorted[B >: Conjunction](implicit ord: Ordering[B]): IndexedSeq[Conjunction]
- Definition Classes
- SeqOps
- def span(p: (Conjunction) => Boolean): (IndexedSeq[Conjunction], IndexedSeq[Conjunction])
- Definition Classes
- IterableOps → IterableOnceOps
- def splitAt(n: Int): (IndexedSeq[Conjunction], IndexedSeq[Conjunction])
- Definition Classes
- IterableOps → IterableOnceOps
- def startsWith[B >: Conjunction](that: IterableOnce[B], offset: Int): Boolean
- Definition Classes
- SeqOps
- def stepper[S <: Stepper[_]](implicit shape: StepperShape[Conjunction, S]): S with EfficientSplit
- Definition Classes
- IndexedSeqOps → IterableOnce
- def stringPrefix: String
- Attributes
- protected[this]
- Definition Classes
- IndexedSeq → Seq → Iterable
- def sum[B >: Conjunction](implicit num: Numeric[B]): B
- Definition Classes
- IterableOnceOps
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def tail: IndexedSeq[Conjunction]
- Definition Classes
- IterableOps
- def tails: Iterator[IndexedSeq[Conjunction]]
- Definition Classes
- IterableOps
- def take(n: Int): IndexedSeq[Conjunction]
- Definition Classes
- IndexedSeqOps → IterableOps → IterableOnceOps
- def takeRight(n: Int): IndexedSeq[Conjunction]
- Definition Classes
- IndexedSeqOps → IterableOps
- def takeWhile(p: (Conjunction) => Boolean): IndexedSeq[Conjunction]
- Definition Classes
- IterableOps → IterableOnceOps
- def tapEach[U](f: (Conjunction) => U): IndexedSeq[Conjunction]
- Definition Classes
- IterableOps → IterableOnceOps
- def to[C1](factory: Factory[Conjunction, C1]): C1
- Definition Classes
- IterableOnceOps
- def toArray[B >: Conjunction](implicit arg0: ClassTag[B]): Array[B]
- Definition Classes
- IterableOnceOps
- final def toBuffer[B >: Conjunction]: Buffer[B]
- Definition Classes
- IterableOnceOps
- Annotations
- @inline()
- final def toIndexedSeq: IndexedSeq[Conjunction]
- Definition Classes
- IndexedSeq → IterableOnceOps
- def toList: List[Conjunction]
- Definition Classes
- IterableOnceOps
- def toMap[K, V](implicit ev: <:<[Conjunction, (K, V)]): Map[K, V]
- Definition Classes
- IterableOnceOps
- final def toSeq: NegatedConjunctions.this.type
- Definition Classes
- Seq → IterableOnceOps
- def toSet[B >: Conjunction]: Set[B]
- Definition Classes
- IterableOnceOps
- def toString(): String
- Definition Classes
- NegatedConjunctions → Seq → Function1 → Iterable → AnyRef → Any
- def toVector: Vector[Conjunction]
- Definition Classes
- IterableOnceOps
- def transpose[B](implicit asIterable: (Conjunction) => Iterable[B]): IndexedSeq[IndexedSeq[B]]
- Definition Classes
- IterableOps
- def unapply(a: Int): Option[Conjunction]
- Definition Classes
- PartialFunction
- def unzip[A1, A2](implicit asPair: (Conjunction) => (A1, A2)): (IndexedSeq[A1], IndexedSeq[A2])
- Definition Classes
- IterableOps
- def unzip3[A1, A2, A3](implicit asTriple: (Conjunction) => (A1, A2, A3)): (IndexedSeq[A1], IndexedSeq[A2], IndexedSeq[A3])
- Definition Classes
- IterableOps
- def update(newConjs: Iterable[Conjunction], newOrder: TermOrder): NegatedConjunctions
- def updateSubset(newConjs: Iterable[Conjunction], newOrder: TermOrder): NegatedConjunctions
- def updated[B >: Conjunction](index: Int, elem: B): IndexedSeq[B]
- Definition Classes
- SeqOps
- lazy val variables: Set[VariableTerm]
- Definition Classes
- NegatedConjunctions → TerFor
- def view: IndexedSeqView[Conjunction]
- Definition Classes
- IndexedSeqOps → SeqOps → IterableOps
- 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])
- def withFilter(p: (Conjunction) => Boolean): WithFilter[Conjunction, [_]IndexedSeq[_]]
- Definition Classes
- IterableOps
- def zip[B](that: IterableOnce[B]): IndexedSeq[(Conjunction, B)]
- Definition Classes
- IterableOps
- def zipAll[A1 >: Conjunction, B](that: Iterable[B], thisElem: A1, thatElem: B): IndexedSeq[(A1, B)]
- Definition Classes
- IterableOps
- def zipWithIndex: IndexedSeq[(Conjunction, Int)]
- Definition Classes
- IterableOps → IterableOnceOps
Deprecated Value Members
- final def /:[B](z: B)(op: (B, Conjunction) => B): B
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use foldLeft instead of /:
- final def :\[B](z: B)(op: (Conjunction, B) => B): B
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use foldRight instead of :\
- def aggregate[B](z: => B)(seqop: (B, Conjunction) => B, combop: (B, B) => B): B
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) For sequential collections, prefer
foldLeft(z)(seqop)
. For parallel collections, useParIterableLike#aggregate
.
- def companion: IterableFactory[[_]IndexedSeq[_]]
- Definition Classes
- IterableOps
- Annotations
- @deprecated @deprecatedOverriding() @inline()
- Deprecated
(Since version 2.13.0) Use iterableFactory instead
- final def copyToBuffer[B >: Conjunction](dest: Buffer[B]): Unit
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use
dest ++= coll
instead
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)
- def hasDefiniteSize: Boolean
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Check .knownSize instead of .hasDefiniteSize for more actionable information (see scaladoc for details)
- final def prefixLength(p: (Conjunction) => Boolean): Int
- Definition Classes
- SeqOps
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use segmentLength instead of prefixLength
- final def repr: IndexedSeq[Conjunction]
- Definition Classes
- IterableOps
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use coll instead of repr in a collection implementation, use the collection value itself from the outside
- def reverseMap[B](f: (Conjunction) => B): IndexedSeq[B]
- Definition Classes
- SeqOps
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .reverseIterator.map(f).to(...) instead of .reverseMap(f)
- def seq: NegatedConjunctions.this.type
- Definition Classes
- Iterable
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Iterable.seq always returns the iterable itself
- final def toIterable: NegatedConjunctions.this.type
- Definition Classes
- Iterable → IterableOps
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.7) toIterable is internal and will be made protected; its name is similar to
toList
ortoSeq
, but it doesn't copy non-immutable collections
- final def toIterator: Iterator[Conjunction]
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use .iterator instead of .toIterator
- final def toStream: Stream[Conjunction]
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use .to(LazyList) instead of .toStream
- final def toTraversable: Traversable[Conjunction]
- Definition Classes
- IterableOps
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) toTraversable is internal and will be made protected; its name is similar to
toList
ortoSeq
, but it doesn't copy non-immutable collections
- final def union[B >: Conjunction](that: Seq[B]): IndexedSeq[B]
- Definition Classes
- SeqOps
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use
concat
instead
- def view(from: Int, until: Int): IndexedSeqView[Conjunction]
- Definition Classes
- IndexedSeqOps → IterableOps
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .view.slice(from, until) instead of .view(from, until)