Packages

class NegatedConjunctions extends Formula with SortedWithOrder[NegatedConjunctions] with IndexedSeq[Conjunction]

Class for representing a conjunction of negated Conjunctions.

Linear Supertypes
IndexedSeq[Conjunction], IndexedSeqOps[Conjunction, IndexedSeq, IndexedSeq[Conjunction]], IndexedSeq[Conjunction], IndexedSeqOps[Conjunction, [_]IndexedSeq[_], IndexedSeq[Conjunction]], Seq[Conjunction], SeqOps[Conjunction, [_]IndexedSeq[_], IndexedSeq[Conjunction]], Seq[Conjunction], Equals, SeqOps[Conjunction, [_]IndexedSeq[_], IndexedSeq[Conjunction]], PartialFunction[Int, Conjunction], (Int) => Conjunction, Iterable[Conjunction], Iterable[Conjunction], IterableFactoryDefaults[Conjunction, [x]IndexedSeq[x]], IterableOps[Conjunction, [_]IndexedSeq[_], IndexedSeq[Conjunction]], IterableOnceOps[Conjunction, [_]IndexedSeq[_], IndexedSeq[Conjunction]], IterableOnce[Conjunction], SortedWithOrder[NegatedConjunctions], Sorted[NegatedConjunctions], Formula, TerFor, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NegatedConjunctions
  2. IndexedSeq
  3. IndexedSeqOps
  4. IndexedSeq
  5. IndexedSeqOps
  6. Seq
  7. SeqOps
  8. Seq
  9. Equals
  10. SeqOps
  11. PartialFunction
  12. Function1
  13. Iterable
  14. Iterable
  15. IterableFactoryDefaults
  16. IterableOps
  17. IterableOnceOps
  18. IterableOnce
  19. SortedWithOrder
  20. Sorted
  21. Formula
  22. TerFor
  23. AnyRef
  24. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def &(that: NegatedConjunctions)(implicit newOrder: TermOrder): NegatedConjunctions
  4. def +(that: Conjunction)(implicit order: TermOrder): NegatedConjunctions

    Add a further negated conjunction.

  5. final def ++[B >: Conjunction](suffix: IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    IterableOps
    Annotations
    @inline()
  6. final def ++:[B >: Conjunction](prefix: IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    SeqOps → IterableOps
    Annotations
    @inline()
  7. final def +:[B >: Conjunction](elem: B): IndexedSeq[B]
    Definition Classes
    SeqOps
    Annotations
    @inline()
  8. def --(that: NegatedConjunctions): NegatedConjunctions

    Remove some negated conjunctions.

  9. final def :+[B >: Conjunction](elem: B): IndexedSeq[B]
    Definition Classes
    SeqOps
    Annotations
    @inline()
  10. final def :++[B >: Conjunction](suffix: IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    SeqOps
    Annotations
    @inline()
  11. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. final def addString(b: StringBuilder): b.type
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  13. final def addString(b: StringBuilder, sep: String): b.type
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  14. def addString(b: StringBuilder, start: String, sep: String, end: String): b.type
    Definition Classes
    IterableOnceOps
  15. def andThen[C](k: PartialFunction[Conjunction, C]): PartialFunction[Int, C]
    Definition Classes
    PartialFunction
  16. def andThen[C](k: (Conjunction) => C): PartialFunction[Int, C]
    Definition Classes
    PartialFunction → Function1
  17. def appended[B >: Conjunction](elem: B): IndexedSeq[B]
    Definition Classes
    SeqOps
  18. def appendedAll[B >: Conjunction](suffix: IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    SeqOps
  19. def apply(i: Int): Conjunction
    Definition Classes
    NegatedConjunctions → SeqOps → Function1
  20. def applyOrElse[A1 <: Int, B1 >: Conjunction](x: A1, default: (A1) => B1): B1
    Definition Classes
    PartialFunction
  21. def applyPreferredMaxLength: Int
    Attributes
    protected
    Definition Classes
    IndexedSeq
  22. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  23. def canEqual(that: Any): Boolean
    Definition Classes
    IndexedSeq → Seq → Equals
  24. def className: String
    Attributes
    protected[this]
    Definition Classes
    Iterable
  25. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  26. final def coll: NegatedConjunctions.this.type
    Attributes
    protected
    Definition Classes
    Iterable → IterableOps
  27. def collect[B](pf: PartialFunction[Conjunction, B]): IndexedSeq[B]
    Definition Classes
    IterableOps → IterableOnceOps
  28. def collectFirst[B](pf: PartialFunction[Conjunction, B]): Option[B]
    Definition Classes
    IterableOnceOps
  29. def combinations(n: Int): Iterator[IndexedSeq[Conjunction]]
    Definition Classes
    SeqOps
  30. def compose[R](k: PartialFunction[R, Int]): PartialFunction[R, Conjunction]
    Definition Classes
    PartialFunction
  31. def compose[A](g: (A) => Int): (A) => Conjunction
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  32. final def concat[B >: Conjunction](suffix: IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    SeqOps → IterableOps
    Annotations
    @inline()
  33. lazy val constants: Set[ConstantTerm]
    Definition Classes
    NegatedConjunctionsSortedWithOrderTerFor
  34. def contains[A1 >: Conjunction](elem: A1): Boolean
    Definition Classes
    SeqOps
  35. def containsLiteral: Boolean
  36. def containsNegatedConjunction: Boolean
  37. def containsSlice[B >: Conjunction](that: Seq[B]): Boolean
    Definition Classes
    SeqOps
  38. def copyToArray[B >: Conjunction](xs: Array[B], start: Int, len: Int): Int
    Definition Classes
    IterableOnceOps
  39. def copyToArray[B >: Conjunction](xs: Array[B], start: Int): Int
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding()
  40. def copyToArray[B >: Conjunction](xs: Array[B]): Int
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding()
  41. def corresponds[B](that: Seq[B])(p: (Conjunction, B) => Boolean): Boolean
    Definition Classes
    SeqOps
  42. def corresponds[B](that: IterableOnce[B])(p: (Conjunction, B) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  43. def count(p: (Conjunction) => Boolean): Int
    Definition Classes
    IterableOnceOps
  44. 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 in oldConj.

  45. def diff[B >: Conjunction](that: Seq[B]): IndexedSeq[Conjunction]
    Definition Classes
    SeqOps
  46. def distinct: IndexedSeq[Conjunction]
    Definition Classes
    SeqOps
  47. def distinctBy[B](f: (Conjunction) => B): IndexedSeq[Conjunction]
    Definition Classes
    SeqOps
  48. def drop(n: Int): IndexedSeq[Conjunction]
    Definition Classes
    IndexedSeqOps → IterableOps → IterableOnceOps
  49. def dropRight(n: Int): IndexedSeq[Conjunction]
    Definition Classes
    IndexedSeqOps → IterableOps
  50. def dropWhile(p: (Conjunction) => Boolean): IndexedSeq[Conjunction]
    Definition Classes
    IterableOps → IterableOnceOps
  51. def elementWise: ElementWiseExtractor[Int, Conjunction]
    Definition Classes
    PartialFunction
  52. def elements: Iterator[Conjunction]
  53. def empty: IndexedSeq[Conjunction]
    Definition Classes
    IterableFactoryDefaults → IterableOps
  54. def endsWith[B >: Conjunction](that: Iterable[B]): Boolean
    Definition Classes
    SeqOps
  55. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  56. def equals(that: Any): Boolean
    Definition Classes
    NegatedConjunctions → Seq → Equals → AnyRef → Any
  57. def exists(p: (Conjunction) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  58. def filter(pred: (Conjunction) => Boolean): IndexedSeq[Conjunction]
    Definition Classes
    IterableOps → IterableOnceOps
  59. def filterNot(pred: (Conjunction) => Boolean): IndexedSeq[Conjunction]
    Definition Classes
    IterableOps → IterableOnceOps
  60. def find(p: (Conjunction) => Boolean): Option[Conjunction]
    Definition Classes
    IterableOnceOps
  61. def findLast(p: (Conjunction) => Boolean): Option[Conjunction]
    Definition Classes
    SeqOps
  62. def flatMap[B](f: (Conjunction) => IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    IterableOps → IterableOnceOps
  63. def flatten[B](implicit asIterable: (Conjunction) => IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    IterableOps → IterableOnceOps
  64. def fold[A1 >: Conjunction](z: A1)(op: (A1, A1) => A1): A1
    Definition Classes
    IterableOnceOps
  65. def foldLeft[B](z: B)(op: (B, Conjunction) => B): B
    Definition Classes
    IterableOnceOps
  66. def foldRight[B](z: B)(op: (Conjunction, B) => B): B
    Definition Classes
    IndexedSeqOps → IterableOnceOps
  67. def forall(p: (Conjunction) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  68. def foreach[U](f: (Conjunction) => U): Unit
    Definition Classes
    IterableOnceOps
  69. def fromSpecific(coll: IterableOnce[Conjunction]): IndexedSeq[Conjunction]
    Attributes
    protected
    Definition Classes
    IterableFactoryDefaults → IterableOps
  70. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  71. lazy val groundAtoms: Set[Atom]
    Definition Classes
    NegatedConjunctionsFormula
  72. def groupBy[K](f: (Conjunction) => K): Map[K, IndexedSeq[Conjunction]]
    Definition Classes
    IterableOps
  73. def groupMap[K, B](key: (Conjunction) => K)(f: (Conjunction) => B): Map[K, IndexedSeq[B]]
    Definition Classes
    IterableOps
  74. def groupMapReduce[K, B](key: (Conjunction) => K)(f: (Conjunction) => B)(reduce: (B, B) => B): Map[K, B]
    Definition Classes
    IterableOps
  75. def grouped(size: Int): Iterator[IndexedSeq[Conjunction]]
    Definition Classes
    IterableOps
  76. def hashCode(): Int
    Definition Classes
    NegatedConjunctions → Seq → AnyRef → Any
  77. def head: Conjunction
    Definition Classes
    IndexedSeqOps → IterableOps
  78. def headOption: Option[Conjunction]
    Definition Classes
    IndexedSeqOps → IterableOps
  79. def implies(that: NegatedConjunctions): Boolean
  80. def indexOf[B >: Conjunction](elem: B): Int
    Definition Classes
    SeqOps
    Annotations
    @deprecatedOverriding()
  81. def indexOf[B >: Conjunction](elem: B, from: Int): Int
    Definition Classes
    SeqOps
  82. def indexOfSlice[B >: Conjunction](that: Seq[B]): Int
    Definition Classes
    SeqOps
    Annotations
    @deprecatedOverriding()
  83. def indexOfSlice[B >: Conjunction](that: Seq[B], from: Int): Int
    Definition Classes
    SeqOps
  84. def indexWhere(p: (Conjunction) => Boolean): Int
    Definition Classes
    SeqOps
    Annotations
    @deprecatedOverriding()
  85. def indexWhere(p: (Conjunction) => Boolean, from: Int): Int
    Definition Classes
    SeqOps
  86. def indices: Range
    Definition Classes
    SeqOps
  87. def init: IndexedSeq[Conjunction]
    Definition Classes
    IterableOps
  88. def inits: Iterator[IndexedSeq[Conjunction]]
    Definition Classes
    IterableOps
  89. def intersect[B >: Conjunction](that: Seq[B]): IndexedSeq[Conjunction]
    Definition Classes
    SeqOps
  90. def isDefinedAt(idx: Int): Boolean
    Definition Classes
    SeqOps
  91. def isEmpty: Boolean
    Definition Classes
    SeqOps → IterableOnceOps
  92. def isFalse: Boolean

    Return true if this formula is obviously always false

    Return true if this formula is obviously always false

    Definition Classes
    NegatedConjunctionsFormula
  93. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  94. def isNegatedQuantifiedConjunction: Boolean
  95. def isSortedBy(otherOrder: TermOrder): Boolean
    Definition Classes
    SortedWithOrderSorted
  96. def isTraversableAgain: Boolean
    Definition Classes
    IterableOps → IterableOnceOps
  97. def isTrue: Boolean

    Return true if this formula is obviously always true

    Return true if this formula is obviously always true

    Definition Classes
    NegatedConjunctionsFormula
  98. def iterableFactory: SeqFactory[IndexedSeq]
    Definition Classes
    IndexedSeq → IndexedSeq → Seq → Seq → Iterable → Iterable → IterableOps
  99. def iterator: Iterator[Conjunction]
    Definition Classes
    IndexedSeqOps → IterableOnce
  100. def knownSize: Int
    Definition Classes
    IndexedSeqOps → IterableOnce
  101. def last: Conjunction
    Definition Classes
    IndexedSeqOps → IterableOps
  102. def lastIndexOf[B >: Conjunction](elem: B, end: Int): Int
    Definition Classes
    SeqOps
  103. def lastIndexOfSlice[B >: Conjunction](that: Seq[B]): Int
    Definition Classes
    SeqOps
    Annotations
    @deprecatedOverriding()
  104. def lastIndexOfSlice[B >: Conjunction](that: Seq[B], end: Int): Int
    Definition Classes
    SeqOps
  105. def lastIndexWhere(p: (Conjunction) => Boolean): Int
    Definition Classes
    SeqOps
    Annotations
    @deprecatedOverriding()
  106. def lastIndexWhere(p: (Conjunction) => Boolean, end: Int): Int
    Definition Classes
    SeqOps
  107. def lastOption: Option[Conjunction]
    Definition Classes
    IterableOps
  108. def lazyZip[B](that: Iterable[B]): LazyZip2[Conjunction, B, NegatedConjunctions.this.type]
    Definition Classes
    Iterable
  109. def length: Int
    Definition Classes
    NegatedConjunctions → SeqOps
  110. final def lengthCompare(that: Iterable[_]): Int
    Definition Classes
    IndexedSeqOps → SeqOps
  111. final def lengthCompare(len: Int): Int
    Definition Classes
    IndexedSeqOps → SeqOps
  112. final def lengthIs: SizeCompareOps
    Definition Classes
    SeqOps
    Annotations
    @inline()
  113. def lift: (Int) => Option[Conjunction]
    Definition Classes
    PartialFunction
  114. def map[B](f: (Conjunction) => B): IndexedSeq[B]
    Definition Classes
    IndexedSeqOps → IterableOps → IterableOnceOps
  115. def max[B >: Conjunction](implicit ord: Ordering[B]): Conjunction
    Definition Classes
    IterableOnceOps
  116. def maxBy[B](f: (Conjunction) => B)(implicit ord: Ordering[B]): Conjunction
    Definition Classes
    IterableOnceOps
  117. def maxByOption[B](f: (Conjunction) => B)(implicit ord: Ordering[B]): Option[Conjunction]
    Definition Classes
    IterableOnceOps
  118. def maxOption[B >: Conjunction](implicit ord: Ordering[B]): Option[Conjunction]
    Definition Classes
    IterableOnceOps
  119. def min[B >: Conjunction](implicit ord: Ordering[B]): Conjunction
    Definition Classes
    IterableOnceOps
  120. def minBy[B](f: (Conjunction) => B)(implicit ord: Ordering[B]): Conjunction
    Definition Classes
    IterableOnceOps
  121. def minByOption[B](f: (Conjunction) => B)(implicit ord: Ordering[B]): Option[Conjunction]
    Definition Classes
    IterableOnceOps
  122. def minOption[B >: Conjunction](implicit ord: Ordering[B]): Option[Conjunction]
    Definition Classes
    IterableOnceOps
  123. final def mkString: String
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  124. final def mkString(sep: String): String
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  125. final def mkString(start: String, sep: String, end: String): String
    Definition Classes
    IterableOnceOps
  126. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  127. def newSpecificBuilder: Builder[Conjunction, IndexedSeq[Conjunction]]
    Attributes
    protected
    Definition Classes
    IterableFactoryDefaults → IterableOps
  128. def nonEmpty: Boolean
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding()
  129. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  130. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  131. def occCounts[B](sq: Seq[B]): Map[B, Int]
    Attributes
    protected[collection]
    Definition Classes
    SeqOps
  132. def orElse[A1 <: Int, B1 >: Conjunction](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]
    Definition Classes
    PartialFunction
  133. val order: TermOrder
    Definition Classes
    NegatedConjunctionsSortedWithOrder
  134. def padTo[B >: Conjunction](len: Int, elem: B): IndexedSeq[B]
    Definition Classes
    SeqOps
  135. def partition(p: (Conjunction) => Boolean): (IndexedSeq[Conjunction], IndexedSeq[Conjunction])
    Definition Classes
    IterableOps
  136. def partitionMap[A1, A2](f: (Conjunction) => Either[A1, A2]): (IndexedSeq[A1], IndexedSeq[A2])
    Definition Classes
    IterableOps
  137. def patch[B >: Conjunction](from: Int, other: IterableOnce[B], replaced: Int): IndexedSeq[B]
    Definition Classes
    SeqOps
  138. def permutations: Iterator[IndexedSeq[Conjunction]]
    Definition Classes
    SeqOps
  139. lazy val predicates: Set[Predicate]
    Definition Classes
    NegatedConjunctionsSortedWithOrderTerFor
  140. def prepended[B >: Conjunction](elem: B): IndexedSeq[B]
    Definition Classes
    IndexedSeqOps → SeqOps
  141. def prependedAll[B >: Conjunction](prefix: IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    SeqOps
  142. def product[B >: Conjunction](implicit num: Numeric[B]): B
    Definition Classes
    IterableOnceOps
  143. def reduce[B >: Conjunction](op: (B, B) => B): B
    Definition Classes
    IterableOnceOps
  144. def reduceLeft[B >: Conjunction](op: (B, Conjunction) => B): B
    Definition Classes
    IterableOnceOps
  145. def reduceLeftOption[B >: Conjunction](op: (B, Conjunction) => B): Option[B]
    Definition Classes
    IterableOnceOps
  146. def reduceOption[B >: Conjunction](op: (B, B) => B): Option[B]
    Definition Classes
    IterableOnceOps
  147. def reduceRight[B >: Conjunction](op: (Conjunction, B) => B): B
    Definition Classes
    IterableOnceOps
  148. def reduceRightOption[B >: Conjunction](op: (Conjunction, B) => B): Option[B]
    Definition Classes
    IterableOnceOps
  149. def reverse: IndexedSeq[Conjunction]
    Definition Classes
    IndexedSeqOps → SeqOps
  150. def reverseIterator: Iterator[Conjunction]
    Definition Classes
    IndexedSeqOps → SeqOps
  151. def reversed: Iterable[Conjunction]
    Attributes
    protected
    Definition Classes
    IndexedSeqOps → IterableOnceOps
  152. def runWith[U](action: (Conjunction) => U): (Int) => Boolean
    Definition Classes
    PartialFunction
  153. def sameElements[B >: Conjunction](o: IterableOnce[B]): Boolean
    Definition Classes
    IndexedSeq → SeqOps
  154. def scan[B >: Conjunction](z: B)(op: (B, B) => B): IndexedSeq[B]
    Definition Classes
    IterableOps
  155. def scanLeft[B](z: B)(op: (B, Conjunction) => B): IndexedSeq[B]
    Definition Classes
    IterableOps → IterableOnceOps
  156. def scanRight[B](z: B)(op: (Conjunction, B) => B): IndexedSeq[B]
    Definition Classes
    IterableOps
  157. def search[B >: Conjunction](elem: B, from: Int, to: Int)(implicit ord: Ordering[B]): SearchResult
    Definition Classes
    IndexedSeqOps → SeqOps
  158. def search[B >: Conjunction](elem: B)(implicit ord: Ordering[B]): SearchResult
    Definition Classes
    IndexedSeqOps → SeqOps
  159. def segmentLength(p: (Conjunction) => Boolean, from: Int): Int
    Definition Classes
    SeqOps
  160. final def segmentLength(p: (Conjunction) => Boolean): Int
    Definition Classes
    SeqOps
  161. final def size: Int
    Definition Classes
    SeqOps → IterableOnceOps
  162. final def sizeCompare(that: Iterable[_]): Int
    Definition Classes
    SeqOps → IterableOps
  163. final def sizeCompare(otherSize: Int): Int
    Definition Classes
    SeqOps → IterableOps
  164. final def sizeIs: SizeCompareOps
    Definition Classes
    IterableOps
    Annotations
    @inline()
  165. def slice(from: Int, until: Int): IndexedSeq[Conjunction]
    Definition Classes
    IndexedSeqOps → IndexedSeqOps → IterableOps → IterableOnceOps
  166. def sliding(size: Int, step: Int): Iterator[IndexedSeq[Conjunction]]
    Definition Classes
    IterableOps
  167. def sliding(size: Int): Iterator[IndexedSeq[Conjunction]]
    Definition Classes
    IterableOps
  168. 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 result isSortedBy(order)

    Definition Classes
    NegatedConjunctionsSorted
  169. def sortBy[B](f: (Conjunction) => B)(implicit ord: Ordering[B]): IndexedSeq[Conjunction]
    Definition Classes
    SeqOps
  170. def sortWith(lt: (Conjunction, Conjunction) => Boolean): IndexedSeq[Conjunction]
    Definition Classes
    SeqOps
  171. def sorted[B >: Conjunction](implicit ord: Ordering[B]): IndexedSeq[Conjunction]
    Definition Classes
    SeqOps
  172. def span(p: (Conjunction) => Boolean): (IndexedSeq[Conjunction], IndexedSeq[Conjunction])
    Definition Classes
    IterableOps → IterableOnceOps
  173. def splitAt(n: Int): (IndexedSeq[Conjunction], IndexedSeq[Conjunction])
    Definition Classes
    IterableOps → IterableOnceOps
  174. def startsWith[B >: Conjunction](that: IterableOnce[B], offset: Int): Boolean
    Definition Classes
    SeqOps
  175. def stepper[S <: Stepper[_]](implicit shape: StepperShape[Conjunction, S]): S with EfficientSplit
    Definition Classes
    IndexedSeqOps → IterableOnce
  176. def stringPrefix: String
    Attributes
    protected[this]
    Definition Classes
    IndexedSeq → Seq → Iterable
  177. def sum[B >: Conjunction](implicit num: Numeric[B]): B
    Definition Classes
    IterableOnceOps
  178. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  179. def tail: IndexedSeq[Conjunction]
    Definition Classes
    IterableOps
  180. def tails: Iterator[IndexedSeq[Conjunction]]
    Definition Classes
    IterableOps
  181. def take(n: Int): IndexedSeq[Conjunction]
    Definition Classes
    IndexedSeqOps → IterableOps → IterableOnceOps
  182. def takeRight(n: Int): IndexedSeq[Conjunction]
    Definition Classes
    IndexedSeqOps → IterableOps
  183. def takeWhile(p: (Conjunction) => Boolean): IndexedSeq[Conjunction]
    Definition Classes
    IterableOps → IterableOnceOps
  184. def tapEach[U](f: (Conjunction) => U): IndexedSeq[Conjunction]
    Definition Classes
    IterableOps → IterableOnceOps
  185. def to[C1](factory: Factory[Conjunction, C1]): C1
    Definition Classes
    IterableOnceOps
  186. def toArray[B >: Conjunction](implicit arg0: ClassTag[B]): Array[B]
    Definition Classes
    IterableOnceOps
  187. final def toBuffer[B >: Conjunction]: Buffer[B]
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  188. final def toIndexedSeq: IndexedSeq[Conjunction]
    Definition Classes
    IndexedSeq → IterableOnceOps
  189. def toList: List[Conjunction]
    Definition Classes
    IterableOnceOps
  190. def toMap[K, V](implicit ev: <:<[Conjunction, (K, V)]): Map[K, V]
    Definition Classes
    IterableOnceOps
  191. final def toSeq: NegatedConjunctions.this.type
    Definition Classes
    Seq → IterableOnceOps
  192. def toSet[B >: Conjunction]: Set[B]
    Definition Classes
    IterableOnceOps
  193. def toString(): String
    Definition Classes
    NegatedConjunctions → Seq → Function1 → Iterable → AnyRef → Any
  194. def toVector: Vector[Conjunction]
    Definition Classes
    IterableOnceOps
  195. def transpose[B](implicit asIterable: (Conjunction) => Iterable[B]): IndexedSeq[IndexedSeq[B]]
    Definition Classes
    IterableOps
  196. def unapply(a: Int): Option[Conjunction]
    Definition Classes
    PartialFunction
  197. def unzip[A1, A2](implicit asPair: (Conjunction) => (A1, A2)): (IndexedSeq[A1], IndexedSeq[A2])
    Definition Classes
    IterableOps
  198. def unzip3[A1, A2, A3](implicit asTriple: (Conjunction) => (A1, A2, A3)): (IndexedSeq[A1], IndexedSeq[A2], IndexedSeq[A3])
    Definition Classes
    IterableOps
  199. def update(newConjs: Iterable[Conjunction], newOrder: TermOrder): NegatedConjunctions
  200. def updateSubset(newConjs: Iterable[Conjunction], newOrder: TermOrder): NegatedConjunctions
  201. def updated[B >: Conjunction](index: Int, elem: B): IndexedSeq[B]
    Definition Classes
    SeqOps
  202. lazy val variables: Set[VariableTerm]
    Definition Classes
    NegatedConjunctionsTerFor
  203. def view: IndexedSeqView[Conjunction]
    Definition Classes
    IndexedSeqOps → SeqOps → IterableOps
  204. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  205. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  206. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  207. def withFilter(p: (Conjunction) => Boolean): WithFilter[Conjunction, [_]IndexedSeq[_]]
    Definition Classes
    IterableOps
  208. def zip[B](that: IterableOnce[B]): IndexedSeq[(Conjunction, B)]
    Definition Classes
    IterableOps
  209. def zipAll[A1 >: Conjunction, B](that: Iterable[B], thisElem: A1, thatElem: B): IndexedSeq[(A1, B)]
    Definition Classes
    IterableOps
  210. def zipWithIndex: IndexedSeq[(Conjunction, Int)]
    Definition Classes
    IterableOps → IterableOnceOps

Deprecated Value Members

  1. 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 /:

  2. 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 :\

  3. 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, use ParIterableLike#aggregate.

  4. def companion: IterableFactory[[_]IndexedSeq[_]]
    Definition Classes
    IterableOps
    Annotations
    @deprecated @deprecatedOverriding() @inline()
    Deprecated

    (Since version 2.13.0) Use iterableFactory instead

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

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

    (Since version 9)

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

  8. final def prefixLength(p: (Conjunction) => Boolean): Int
    Definition Classes
    SeqOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use segmentLength instead of prefixLength

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

  10. 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)

  11. def seq: NegatedConjunctions.this.type
    Definition Classes
    Iterable
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Iterable.seq always returns the iterable itself

  12. 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 or toSeq, but it doesn't copy non-immutable collections

  13. final def toIterator: Iterator[Conjunction]
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator instead of .toIterator

  14. final def toStream: Stream[Conjunction]
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .to(LazyList) instead of .toStream

  15. 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 or toSeq, but it doesn't copy non-immutable collections

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

  17. 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)

Inherited from IndexedSeq[Conjunction]

Inherited from IndexedSeqOps[Conjunction, IndexedSeq, IndexedSeq[Conjunction]]

Inherited from IndexedSeq[Conjunction]

Inherited from IndexedSeqOps[Conjunction, [_]IndexedSeq[_], IndexedSeq[Conjunction]]

Inherited from Seq[Conjunction]

Inherited from SeqOps[Conjunction, [_]IndexedSeq[_], IndexedSeq[Conjunction]]

Inherited from Seq[Conjunction]

Inherited from Equals

Inherited from SeqOps[Conjunction, [_]IndexedSeq[_], IndexedSeq[Conjunction]]

Inherited from PartialFunction[Int, Conjunction]

Inherited from (Int) => Conjunction

Inherited from Iterable[Conjunction]

Inherited from Iterable[Conjunction]

Inherited from IterableFactoryDefaults[Conjunction, [x]IndexedSeq[x]]

Inherited from IterableOps[Conjunction, [_]IndexedSeq[_], IndexedSeq[Conjunction]]

Inherited from IterableOnceOps[Conjunction, [_]IndexedSeq[_], IndexedSeq[Conjunction]]

Inherited from IterableOnce[Conjunction]

Inherited from Sorted[NegatedConjunctions]

Inherited from Formula

Inherited from TerFor

Inherited from AnyRef

Inherited from Any

Ungrouped