Class/Object

basis.form.OmniVariant

SeqForm

Related Docs: object SeqForm | package OmniVariant

Permalink

final class SeqForm extends AnyForm with BaseSeq with JsonSeq with BsonSeq with ProtoSeq

Source
OmniVariant.scala
Linear Supertypes
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SeqForm
  2. ProtoSeq
  3. BsonSeq
  4. JsonSeq
  5. BaseSeq
  6. IndexedSeq
  7. Seq
  8. Container
  9. Collection
  10. Traverser
  11. Family
  12. Immutable
  13. Equals
  14. AnyForm
  15. ProtoValue
  16. BsonValue
  17. JsonValue
  18. FormValue
  19. BaseValue
  20. AnyDelta
  21. ProtoDelta
  22. DeltaValue
  23. AnyRef
  24. Any
Implicitly
  1. by TraverserToStrictOps
  2. by SeqToStringOps
  3. by ContainerToStrictOps
  4. by CollectionToStrictOps
  5. by IndexedSeqToStrictOps
  6. by TraverserToGeneralOps
  7. by SeqToGeneralOps
  8. by ContainerToGeneralOps
  9. by CollectionToGeneralOps
  10. by IndexedSeqToGeneralOps
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SeqForm(underlying: FingerTrieSeq[AnyForm])

    Permalink

Type Members

  1. type Family = SeqForm

    Permalink
    Definition Classes
    Family

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def ++(that: SeqForm): SeqForm

    Permalink
    Definition Classes
    SeqFormBaseSeq
  4. def +:(value: AnyForm): SeqForm

    Permalink
    Definition Classes
    SeqFormBaseSeq
  5. def /(index: Int): AnyForm

    Permalink
    Definition Classes
    BaseSeqBaseValue
  6. def /(key: String): AnyForm

    Permalink
    Definition Classes
    FormValueBaseValueDeltaValue
  7. def :+(value: AnyForm): SeqForm

    Permalink
    Definition Classes
    SeqFormBaseSeq
  8. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  9. def apply(index: Int): AnyForm

    Permalink
    Definition Classes
    SeqFormIndexedSeq
  10. def asBoolForm: BoolForm

    Permalink
    Definition Classes
    BaseValue
  11. def asDataForm: DataForm

    Permalink
    Definition Classes
    BaseValue
  12. def asDateForm: DateForm

    Permalink
    Definition Classes
    BaseValue
  13. def asForm: AnyForm

    Permalink
    Definition Classes
    FormValueDeltaValue
  14. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  15. def asNullForm: NullForm

    Permalink
    Definition Classes
    BaseValue
  16. def asNumberForm: NumberForm

    Permalink
    Definition Classes
    BaseValue
  17. def asObjectDelta: ObjectDelta

    Permalink
    Definition Classes
    DeltaValue
  18. def asObjectForm: ObjectForm

    Permalink
    Definition Classes
    BaseValue
  19. def asSecretForm: SecretForm

    Permalink
    Definition Classes
    ProtoValue
  20. def asSeqForm: SeqForm

    Permalink
    Definition Classes
    BaseSeqBaseValue
  21. def asSetDelta: SetDelta

    Permalink
    Definition Classes
    DeltaValue
  22. def asSetForm: SetForm

    Permalink
    Definition Classes
    BaseValue
  23. def asTextForm: TextForm

    Permalink
    Definition Classes
    BaseValue
  24. def bsonSize: Int

    Permalink

    Returns the size in bytes of this form's BSON representation.

    Returns the size in bytes of this form's BSON representation.

    Definition Classes
    BsonSeqBsonValue
  25. def bsonType: Byte

    Permalink

    Returns the type code of this form's BSON representation.

    Returns the type code of this form's BSON representation.

    Definition Classes
    BsonSeqBsonValue
  26. def canEqual(other: Any): Boolean

    Permalink
    Definition Classes
    Seq → Equals
  27. def cast[T](implicit T: Mold[T]): Maybe[T]

    Permalink
    Definition Classes
    BaseValue
  28. def choose[B](q: PartialFunction[AnyForm, B]): Maybe[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to GeneralTraverserOps[AnyForm] performed by method TraverserToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Definition Classes
    GeneralTraverserOps
  29. macro def choose[B](q: PartialFunction[AnyForm, B]): Maybe[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to GeneralSeqOps[AnyForm] performed by method SeqToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Definition Classes
    GeneralSeqOps
  30. macro def choose[B](q: PartialFunction[AnyForm, B]): Maybe[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to GeneralContainerOps[AnyForm] performed by method ContainerToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Definition Classes
    GeneralContainerOps
  31. def choose[B](q: PartialFunction[AnyForm, B]): Maybe[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to GeneralCollectionOps[AnyForm] performed by method CollectionToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Definition Classes
    GeneralCollectionOps
  32. macro def choose[B](q: PartialFunction[AnyForm, B]): Maybe[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to GeneralIndexedSeqOps[AnyForm] performed by method IndexedSeqToGeneralOps in basis.collections.sequential.GeneralPriority2.
    Definition Classes
    GeneralIndexedSeqOps
  33. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. def coerce[T](implicit T: Mold[T]): T

    Permalink
    Definition Classes
    BaseValue
  35. def collect[B](q: PartialFunction[AnyForm, B])(implicit builder: Builder[B] with From[Traverser[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to StrictTraverserOps[AnyForm, Traverser[_]] performed by method TraverserToStrictOps in basis.collections.sequential.StrictPriority3.
    Definition Classes
    StrictTraverserOps
  36. macro def collect[B](q: PartialFunction[AnyForm, B])(implicit builder: Builder[B] with From[Seq[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to StrictSeqOps[AnyForm, Seq[_]] performed by method SeqToStringOps in basis.collections.sequential.StrictPriority3.
    Definition Classes
    StrictSeqOps
  37. macro def collect[B](q: PartialFunction[AnyForm, B])(implicit builder: Builder[B] with From[Container[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to StrictContainerOps[AnyForm, Container[_]] performed by method ContainerToStrictOps in basis.collections.sequential.StrictPriority3.
    Definition Classes
    StrictContainerOps
  38. def collect[B](q: PartialFunction[AnyForm, B])(implicit builder: Builder[B] with From[Collection[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to StrictCollectionOps[AnyForm, Collection[_]] performed by method CollectionToStrictOps in basis.collections.sequential.StrictPriority3.
    Definition Classes
    StrictCollectionOps
  39. macro def collect[B](q: PartialFunction[AnyForm, B])(implicit builder: Builder[B] with From[IndexedSeq[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to StrictIndexedSeqOps[AnyForm, IndexedSeq[_]] performed by method IndexedSeqToStrictOps in basis.collections.sequential.StrictPriority2.
    Definition Classes
    StrictIndexedSeqOps
  40. def decrypt(secretKey: Loader): AnyForm

    Permalink
    Definition Classes
    ProtoSeqProtoValue
  41. def delta(that: AnyForm): AnyDelta

    Permalink
    Definition Classes
    FormValue
  42. def encrypt(secretKey: Loader): AnyForm

    Permalink
    Definition Classes
    ProtoValue
  43. def encrypt(secretKey: Loader, iv: Loader): AnyForm

    Permalink
    Definition Classes
    ProtoValue
  44. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  45. def equals(other: Any): Boolean

    Permalink
    Definition Classes
    IndexedSeqSeq → Equals → Any
  46. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  47. def flatMap[B](f: (AnyForm) ⇒ Traverser[B])(implicit builder: Builder[B] with From[Traverser[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to StrictTraverserOps[AnyForm, Traverser[_]] performed by method TraverserToStrictOps in basis.collections.sequential.StrictPriority3.
    Definition Classes
    StrictTraverserOps
  48. macro def flatMap[B](f: (AnyForm) ⇒ Traverser[B])(implicit builder: Builder[B] with From[Seq[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to StrictSeqOps[AnyForm, Seq[_]] performed by method SeqToStringOps in basis.collections.sequential.StrictPriority3.
    Definition Classes
    StrictSeqOps
  49. macro def flatMap[B](f: (AnyForm) ⇒ Traverser[B])(implicit builder: Builder[B] with From[Container[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to StrictContainerOps[AnyForm, Container[_]] performed by method ContainerToStrictOps in basis.collections.sequential.StrictPriority3.
    Definition Classes
    StrictContainerOps
  50. def flatMap[B](f: (AnyForm) ⇒ Traverser[B])(implicit builder: Builder[B] with From[Collection[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to StrictCollectionOps[AnyForm, Collection[_]] performed by method CollectionToStrictOps in basis.collections.sequential.StrictPriority3.
    Definition Classes
    StrictCollectionOps
  51. macro def flatMap[B](f: (AnyForm) ⇒ Traverser[B])(implicit builder: Builder[B] with From[IndexedSeq[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to StrictIndexedSeqOps[AnyForm, IndexedSeq[_]] performed by method IndexedSeqToStrictOps in basis.collections.sequential.StrictPriority2.
    Definition Classes
    StrictIndexedSeqOps
  52. def fold[B >: A](z: B)(op: (B, B) ⇒ B): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to GeneralTraverserOps[AnyForm] performed by method TraverserToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Definition Classes
    GeneralTraverserOps
  53. macro def fold[B >: A](z: B)(op: (B, B) ⇒ B): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to GeneralSeqOps[AnyForm] performed by method SeqToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Definition Classes
    GeneralSeqOps
  54. macro def fold[B >: A](z: B)(op: (B, B) ⇒ B): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to GeneralContainerOps[AnyForm] performed by method ContainerToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Definition Classes
    GeneralContainerOps
  55. def fold[B >: A](z: B)(op: (B, B) ⇒ B): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to GeneralCollectionOps[AnyForm] performed by method CollectionToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Definition Classes
    GeneralCollectionOps
  56. macro def fold[B >: A](z: B)(op: (B, B) ⇒ B): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to GeneralIndexedSeqOps[AnyForm] performed by method IndexedSeqToGeneralOps in basis.collections.sequential.GeneralPriority2.
    Definition Classes
    GeneralIndexedSeqOps
  57. def foldLeft[B](z: B)(op: (B, AnyForm) ⇒ B): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to GeneralTraverserOps[AnyForm] performed by method TraverserToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Definition Classes
    GeneralTraverserOps
  58. macro def foldLeft[B](z: B)(op: (B, AnyForm) ⇒ B): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to GeneralSeqOps[AnyForm] performed by method SeqToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Definition Classes
    GeneralSeqOps
  59. macro def foldLeft[B](z: B)(op: (B, AnyForm) ⇒ B): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to GeneralContainerOps[AnyForm] performed by method ContainerToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Definition Classes
    GeneralContainerOps
  60. def foldLeft[B](z: B)(op: (B, AnyForm) ⇒ B): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to GeneralCollectionOps[AnyForm] performed by method CollectionToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Definition Classes
    GeneralCollectionOps
  61. macro def foldLeft[B](z: B)(op: (B, AnyForm) ⇒ B): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to GeneralIndexedSeqOps[AnyForm] performed by method IndexedSeqToGeneralOps in basis.collections.sequential.GeneralPriority2.
    Definition Classes
    GeneralIndexedSeqOps
  62. macro def foldRight[B](z: B)(op: (AnyForm, B) ⇒ B): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to GeneralIndexedSeqOps[AnyForm] performed by method IndexedSeqToGeneralOps in basis.collections.sequential.GeneralPriority2.
    Definition Classes
    GeneralIndexedSeqOps
  63. def foreach[U](f: (AnyForm) ⇒ U): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to GeneralTraverserOps[AnyForm] performed by method TraverserToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Definition Classes
    GeneralTraverserOps
  64. macro def foreach[U](f: (AnyForm) ⇒ U): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to GeneralSeqOps[AnyForm] performed by method SeqToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Definition Classes
    GeneralSeqOps
  65. macro def foreach[U](f: (AnyForm) ⇒ U): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to GeneralContainerOps[AnyForm] performed by method ContainerToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Definition Classes
    GeneralContainerOps
  66. def foreach[U](f: (AnyForm) ⇒ U): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to GeneralCollectionOps[AnyForm] performed by method CollectionToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Definition Classes
    GeneralCollectionOps
  67. macro def foreach[U](f: (AnyForm) ⇒ U): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to GeneralIndexedSeqOps[AnyForm] performed by method IndexedSeqToGeneralOps in basis.collections.sequential.GeneralPriority2.
    Definition Classes
    GeneralIndexedSeqOps
  68. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  69. def hashCode(): Int

    Permalink
    Definition Classes
    IndexedSeqSeq → Any
  70. def in(domain: Variant): Variant.SeqForm

    Permalink
    Definition Classes
    BaseSeqBaseValue
  71. def in(domain: DeltaVariant): DeltaVariant.AnyForm

    Permalink
    Definition Classes
    FormValueDeltaValue
  72. def isBoolForm: Boolean

    Permalink
    Definition Classes
    BaseValue
  73. def isDataForm: Boolean

    Permalink
    Definition Classes
    BaseValue
  74. def isDateForm: Boolean

    Permalink
    Definition Classes
    BaseValue
  75. def isDefined: Boolean

    Permalink
    Definition Classes
    FormValueBaseValueDeltaValue
  76. def isDelta: Boolean

    Permalink
    Definition Classes
    FormValueDeltaValue
  77. def isEmpty: Boolean

    Permalink
    Definition Classes
    SeqFormContainerCollection
  78. def isForm: Boolean

    Permalink
    Definition Classes
    FormValueDeltaValue
  79. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  80. def isNullForm: Boolean

    Permalink
    Definition Classes
    BaseValue
  81. def isNumberForm: Boolean

    Permalink
    Definition Classes
    BaseValue
  82. def isObjectDelta: Boolean

    Permalink
    Definition Classes
    DeltaValue
  83. def isObjectForm: Boolean

    Permalink
    Definition Classes
    BaseValue
  84. def isSecretForm: Boolean

    Permalink
    Definition Classes
    ProtoValue
  85. def isSeqForm: Boolean

    Permalink
    Definition Classes
    BaseSeqBaseValue
  86. def isSetDelta: Boolean

    Permalink
    Definition Classes
    DeltaValue
  87. def isSetForm: Boolean

    Permalink
    Definition Classes
    BaseValue
  88. def isTextForm: Boolean

    Permalink
    Definition Classes
    BaseValue
  89. def iterator: Iterator[AnyForm]

    Permalink
    Definition Classes
    SeqFormIndexedSeqContainer
  90. def joinString(separator: String)(implicit builder: StringBuilder): text.StringBuilder.State

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to GeneralTraverserOps[AnyForm] performed by method TraverserToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Definition Classes
    GeneralTraverserOps
  91. def joinString(open: String, separator: String, close: String)(implicit builder: StringBuilder): text.StringBuilder.State

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to GeneralTraverserOps[AnyForm] performed by method TraverserToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Definition Classes
    GeneralTraverserOps
  92. def length: Int

    Permalink
    Definition Classes
    SeqFormSeq
  93. def map[B](f: (AnyForm) ⇒ B)(implicit builder: Builder[B] with From[Traverser[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to StrictTraverserOps[AnyForm, Traverser[_]] performed by method TraverserToStrictOps in basis.collections.sequential.StrictPriority3.
    Definition Classes
    StrictTraverserOps
  94. macro def map[B](f: (AnyForm) ⇒ B)(implicit builder: Builder[B] with From[Seq[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to StrictSeqOps[AnyForm, Seq[_]] performed by method SeqToStringOps in basis.collections.sequential.StrictPriority3.
    Definition Classes
    StrictSeqOps
  95. macro def map[B](f: (AnyForm) ⇒ B)(implicit builder: Builder[B] with From[Container[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to StrictContainerOps[AnyForm, Container[_]] performed by method ContainerToStrictOps in basis.collections.sequential.StrictPriority3.
    Definition Classes
    StrictContainerOps
  96. def map[B](f: (AnyForm) ⇒ B)(implicit builder: Builder[B] with From[Collection[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to StrictCollectionOps[AnyForm, Collection[_]] performed by method CollectionToStrictOps in basis.collections.sequential.StrictPriority3.
    Definition Classes
    StrictCollectionOps
  97. macro def map[B](f: (AnyForm) ⇒ B)(implicit builder: Builder[B] with From[IndexedSeq[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to StrictIndexedSeqOps[AnyForm, IndexedSeq[_]] performed by method IndexedSeqToStrictOps in basis.collections.sequential.StrictPriority2.
    Definition Classes
    StrictIndexedSeqOps
  98. def mayReduce[B >: A](op: (B, B) ⇒ B): Maybe[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to GeneralTraverserOps[AnyForm] performed by method TraverserToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Definition Classes
    GeneralTraverserOps
  99. macro def mayReduce[B >: A](op: (B, B) ⇒ B): Maybe[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to GeneralSeqOps[AnyForm] performed by method SeqToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Definition Classes
    GeneralSeqOps
  100. macro def mayReduce[B >: A](op: (B, B) ⇒ B): Maybe[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to GeneralContainerOps[AnyForm] performed by method ContainerToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Definition Classes
    GeneralContainerOps
  101. def mayReduce[B >: A](op: (B, B) ⇒ B): Maybe[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to GeneralCollectionOps[AnyForm] performed by method CollectionToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Definition Classes
    GeneralCollectionOps
  102. macro def mayReduce[B >: A](op: (B, B) ⇒ B): Maybe[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to GeneralIndexedSeqOps[AnyForm] performed by method IndexedSeqToGeneralOps in basis.collections.sequential.GeneralPriority2.
    Definition Classes
    GeneralIndexedSeqOps
  103. def mayReduceLeft[B >: A](op: (B, AnyForm) ⇒ B): Maybe[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to GeneralTraverserOps[AnyForm] performed by method TraverserToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Definition Classes
    GeneralTraverserOps
  104. macro def mayReduceLeft[B >: A](op: (B, AnyForm) ⇒ B): Maybe[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to GeneralSeqOps[AnyForm] performed by method SeqToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Definition Classes
    GeneralSeqOps
  105. macro def mayReduceLeft[B >: A](op: (B, AnyForm) ⇒ B): Maybe[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to GeneralContainerOps[AnyForm] performed by method ContainerToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Definition Classes
    GeneralContainerOps
  106. def mayReduceLeft[B >: A](op: (B, AnyForm) ⇒ B): Maybe[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to GeneralCollectionOps[AnyForm] performed by method CollectionToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Definition Classes
    GeneralCollectionOps
  107. macro def mayReduceLeft[B >: A](op: (B, AnyForm) ⇒ B): Maybe[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to GeneralIndexedSeqOps[AnyForm] performed by method IndexedSeqToGeneralOps in basis.collections.sequential.GeneralPriority2.
    Definition Classes
    GeneralIndexedSeqOps
  108. macro def mayReduceRight[B >: A](op: (AnyForm, B) ⇒ B): Maybe[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to GeneralIndexedSeqOps[AnyForm] performed by method IndexedSeqToGeneralOps in basis.collections.sequential.GeneralPriority2.
    Definition Classes
    GeneralIndexedSeqOps
  109. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  110. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  111. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  112. def patch(that: AnyDelta): AnyForm

    Permalink
    Definition Classes
    FormValue
  113. def protoField: Field[SeqForm]

    Permalink
    Definition Classes
    ProtoSeqProtoDelta
  114. def reduce[B >: A](op: (B, B) ⇒ B): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to GeneralTraverserOps[AnyForm] performed by method TraverserToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Definition Classes
    GeneralTraverserOps
  115. macro def reduce[B >: A](op: (B, B) ⇒ B): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to GeneralSeqOps[AnyForm] performed by method SeqToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Definition Classes
    GeneralSeqOps
  116. macro def reduce[B >: A](op: (B, B) ⇒ B): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to GeneralContainerOps[AnyForm] performed by method ContainerToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Definition Classes
    GeneralContainerOps
  117. def reduce[B >: A](op: (B, B) ⇒ B): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to GeneralCollectionOps[AnyForm] performed by method CollectionToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Definition Classes
    GeneralCollectionOps
  118. macro def reduce[B >: A](op: (B, B) ⇒ B): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to GeneralIndexedSeqOps[AnyForm] performed by method IndexedSeqToGeneralOps in basis.collections.sequential.GeneralPriority2.
    Definition Classes
    GeneralIndexedSeqOps
  119. def reduceLeft[B >: A](op: (B, AnyForm) ⇒ B): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to GeneralTraverserOps[AnyForm] performed by method TraverserToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Definition Classes
    GeneralTraverserOps
  120. macro def reduceLeft[B >: A](op: (B, AnyForm) ⇒ B): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to GeneralSeqOps[AnyForm] performed by method SeqToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Definition Classes
    GeneralSeqOps
  121. macro def reduceLeft[B >: A](op: (B, AnyForm) ⇒ B): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to GeneralContainerOps[AnyForm] performed by method ContainerToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Definition Classes
    GeneralContainerOps
  122. def reduceLeft[B >: A](op: (B, AnyForm) ⇒ B): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to GeneralCollectionOps[AnyForm] performed by method CollectionToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Definition Classes
    GeneralCollectionOps
  123. macro def reduceLeft[B >: A](op: (B, AnyForm) ⇒ B): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to GeneralIndexedSeqOps[AnyForm] performed by method IndexedSeqToGeneralOps in basis.collections.sequential.GeneralPriority2.
    Definition Classes
    GeneralIndexedSeqOps
  124. macro def reduceRight[B >: A](op: (AnyForm, B) ⇒ B): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to GeneralIndexedSeqOps[AnyForm] performed by method IndexedSeqToGeneralOps in basis.collections.sequential.GeneralPriority2.
    Definition Classes
    GeneralIndexedSeqOps
  125. macro def reverse(implicit builder: Builder[AnyForm] with From[IndexedSeq[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to StrictIndexedSeqOps[AnyForm, IndexedSeq[_]] performed by method IndexedSeqToStrictOps in basis.collections.sequential.StrictPriority2.
    Definition Classes
    StrictIndexedSeqOps
  126. def sortBy[B](f: (AnyForm) ⇒ B)(implicit order: Order[B], builder: Builder[AnyForm] with From[Seq[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to StrictSeqOps[AnyForm, Seq[_]] performed by method SeqToStringOps in basis.collections.sequential.StrictPriority3.
    Definition Classes
    StrictSeqOps
  127. def sorted[B >: A](implicit order: Order[B], builder: Builder[B] with From[Seq[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to StrictSeqOps[AnyForm, Seq[_]] performed by method SeqToStringOps in basis.collections.sequential.StrictPriority3.
    Definition Classes
    StrictSeqOps
  128. def stringPrefix: String

    Permalink
    Attributes
    protected
    Definition Classes
    BaseSeqCollection
  129. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  130. def toBson: Loader

    Permalink

    Returns the serialized BSON representation of this form.

    Returns the serialized BSON representation of this form.

    Definition Classes
    BsonValue
  131. def toJson: String

    Permalink
    Definition Classes
    JsonValue
  132. def toProto: Loader

    Permalink
    Definition Classes
    ProtoValueProtoDelta
  133. def toString(): String

    Permalink
    Definition Classes
    ContainerCollection → Any
  134. def traverse(f: (AnyForm) ⇒ Unit): Unit

    Permalink
    Definition Classes
    SeqFormIndexedSeqContainerTraverser
  135. val underlying: FingerTrieSeq[AnyForm]

    Permalink
    Attributes
    protected
  136. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  137. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  138. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  139. def writeBson(output: Writer): Unit

    Permalink

    Writes the serialized BSON representation of this form to output.

    Writes the serialized BSON representation of this form to output.

    Definition Classes
    BsonSeqBsonValue
  140. def writeJson(builder: StringBuilder): Unit

    Permalink
    Definition Classes
    JsonSeqJsonValue
  141. def writeProto(data: Writer): Unit

    Permalink
    Definition Classes
    ProtoValueProtoDelta
  142. macro def zip[B](those: Container[B])(implicit builder: Builder[(AnyForm, B)] with From[Seq[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to StrictSeqOps[AnyForm, Seq[_]] performed by method SeqToStringOps in basis.collections.sequential.StrictPriority3.
    Definition Classes
    StrictSeqOps
  143. macro def zip[B](those: Container[B])(implicit builder: Builder[(AnyForm, B)] with From[Container[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to StrictContainerOps[AnyForm, Container[_]] performed by method ContainerToStrictOps in basis.collections.sequential.StrictPriority3.
    Definition Classes
    StrictContainerOps
  144. macro def zip[B](those: IndexedSeq[B])(implicit builder: Builder[(AnyForm, B)] with From[IndexedSeq[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to StrictIndexedSeqOps[AnyForm, IndexedSeq[_]] performed by method IndexedSeqToStrictOps in basis.collections.sequential.StrictPriority2.
    Definition Classes
    StrictIndexedSeqOps

Shadowed Implicit Value Members

  1. def ++[B >: A](those: Traverser[B])(implicit builder: Builder[B] with From[Traverser[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to StrictTraverserOps[AnyForm, Traverser[_]] performed by method TraverserToStrictOps in basis.collections.sequential.StrictPriority3.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (seqForm: StrictTraverserOps[AnyForm, Traverser[_]]).++(those)(builder)
    Definition Classes
    StrictTraverserOps
  2. macro def ++[B >: A](those: Seq[B])(implicit builder: Builder[B] with From[Seq[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to StrictSeqOps[AnyForm, Seq[_]] performed by method SeqToStringOps in basis.collections.sequential.StrictPriority3.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (seqForm: StrictSeqOps[AnyForm, Seq[_]]).++(those)(builder)
    Definition Classes
    StrictSeqOps
  3. macro def ++[B >: A](those: Container[B])(implicit builder: Builder[B] with From[Container[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to StrictContainerOps[AnyForm, Container[_]] performed by method ContainerToStrictOps in basis.collections.sequential.StrictPriority3.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (seqForm: StrictContainerOps[AnyForm, Container[_]]).++(those)(builder)
    Definition Classes
    StrictContainerOps
  4. def ++[B >: A](those: Collection[B])(implicit builder: Builder[B] with From[Collection[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to StrictCollectionOps[AnyForm, Collection[_]] performed by method CollectionToStrictOps in basis.collections.sequential.StrictPriority3.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (seqForm: StrictCollectionOps[AnyForm, Collection[_]]).++(those)(builder)
    Definition Classes
    StrictCollectionOps
  5. macro def ++[B >: A](those: IndexedSeq[B])(implicit builder: Builder[B] with From[IndexedSeq[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to StrictIndexedSeqOps[AnyForm, IndexedSeq[_]] performed by method IndexedSeqToStrictOps in basis.collections.sequential.StrictPriority2.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (seqForm: StrictIndexedSeqOps[AnyForm, IndexedSeq[_]]).++(those)(builder)
    Definition Classes
    StrictIndexedSeqOps
  6. macro def +:[B >: A](elem: B)(implicit builder: Builder[B] with From[Seq[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to StrictSeqOps[AnyForm, Seq[_]] performed by method SeqToStringOps in basis.collections.sequential.StrictPriority3.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (seqForm: StrictSeqOps[AnyForm, Seq[_]]).+:(elem)(builder)
    Definition Classes
    StrictSeqOps
  7. macro def +:[B >: A](elem: B)(implicit builder: Builder[B] with From[IndexedSeq[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to StrictIndexedSeqOps[AnyForm, IndexedSeq[_]] performed by method IndexedSeqToStrictOps in basis.collections.sequential.StrictPriority2.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (seqForm: StrictIndexedSeqOps[AnyForm, IndexedSeq[_]]).+:(elem)(builder)
    Definition Classes
    StrictIndexedSeqOps
  8. macro def :+[B >: A](elem: B)(implicit builder: Builder[B] with From[Seq[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to StrictSeqOps[AnyForm, Seq[_]] performed by method SeqToStringOps in basis.collections.sequential.StrictPriority3.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (seqForm: StrictSeqOps[AnyForm, Seq[_]]).:+(elem)(builder)
    Definition Classes
    StrictSeqOps
  9. macro def :+[B >: A](elem: B)(implicit builder: Builder[B] with From[IndexedSeq[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to StrictIndexedSeqOps[AnyForm, IndexedSeq[_]] performed by method IndexedSeqToStrictOps in basis.collections.sequential.StrictPriority2.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (seqForm: StrictIndexedSeqOps[AnyForm, IndexedSeq[_]]).:+(elem)(builder)
    Definition Classes
    StrictIndexedSeqOps
  10. def count(p: (AnyForm) ⇒ Boolean): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to GeneralTraverserOps[AnyForm] performed by method TraverserToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (seqForm: GeneralTraverserOps[AnyForm]).count(p)
    Definition Classes
    GeneralTraverserOps
  11. macro def count(p: (AnyForm) ⇒ Boolean): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to GeneralSeqOps[AnyForm] performed by method SeqToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (seqForm: GeneralSeqOps[AnyForm]).count(p)
    Definition Classes
    GeneralSeqOps
  12. macro def count(p: (AnyForm) ⇒ Boolean): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to GeneralContainerOps[AnyForm] performed by method ContainerToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (seqForm: GeneralContainerOps[AnyForm]).count(p)
    Definition Classes
    GeneralContainerOps
  13. def count(p: (AnyForm) ⇒ Boolean): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to GeneralCollectionOps[AnyForm] performed by method CollectionToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (seqForm: GeneralCollectionOps[AnyForm]).count(p)
    Definition Classes
    GeneralCollectionOps
  14. macro def count(p: (AnyForm) ⇒ Boolean): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to GeneralIndexedSeqOps[AnyForm] performed by method IndexedSeqToGeneralOps in basis.collections.sequential.GeneralPriority2.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (seqForm: GeneralIndexedSeqOps[AnyForm]).count(p)
    Definition Classes
    GeneralIndexedSeqOps
  15. def drop(lower: Int)(implicit builder: Builder[AnyForm] with From[Traverser[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to StrictTraverserOps[AnyForm, Traverser[_]] performed by method TraverserToStrictOps in basis.collections.sequential.StrictPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (seqForm: StrictTraverserOps[AnyForm, Traverser[_]]).drop(lower)(builder)
    Definition Classes
    StrictTraverserOps
  16. macro def drop(lower: Int)(implicit builder: Builder[AnyForm] with From[Seq[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to StrictSeqOps[AnyForm, Seq[_]] performed by method SeqToStringOps in basis.collections.sequential.StrictPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (seqForm: StrictSeqOps[AnyForm, Seq[_]]).drop(lower)(builder)
    Definition Classes
    StrictSeqOps
  17. macro def drop(lower: Int)(implicit builder: Builder[AnyForm] with From[Container[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to StrictContainerOps[AnyForm, Container[_]] performed by method ContainerToStrictOps in basis.collections.sequential.StrictPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (seqForm: StrictContainerOps[AnyForm, Container[_]]).drop(lower)(builder)
    Definition Classes
    StrictContainerOps
  18. def drop(lower: Int)(implicit builder: Builder[AnyForm] with From[Collection[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to StrictCollectionOps[AnyForm, Collection[_]] performed by method CollectionToStrictOps in basis.collections.sequential.StrictPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (seqForm: StrictCollectionOps[AnyForm, Collection[_]]).drop(lower)(builder)
    Definition Classes
    StrictCollectionOps
  19. macro def drop(lower: Int)(implicit builder: Builder[AnyForm] with From[IndexedSeq[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to StrictIndexedSeqOps[AnyForm, IndexedSeq[_]] performed by method IndexedSeqToStrictOps in basis.collections.sequential.StrictPriority2.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (seqForm: StrictIndexedSeqOps[AnyForm, IndexedSeq[_]]).drop(lower)(builder)
    Definition Classes
    StrictIndexedSeqOps
  20. def dropWhile(p: (AnyForm) ⇒ Boolean)(implicit builder: Builder[AnyForm] with From[Traverser[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to StrictTraverserOps[AnyForm, Traverser[_]] performed by method TraverserToStrictOps in basis.collections.sequential.StrictPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (seqForm: StrictTraverserOps[AnyForm, Traverser[_]]).dropWhile(p)(builder)
    Definition Classes
    StrictTraverserOps
  21. macro def dropWhile(p: (AnyForm) ⇒ Boolean)(implicit builder: Builder[AnyForm] with From[Seq[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to StrictSeqOps[AnyForm, Seq[_]] performed by method SeqToStringOps in basis.collections.sequential.StrictPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (seqForm: StrictSeqOps[AnyForm, Seq[_]]).dropWhile(p)(builder)
    Definition Classes
    StrictSeqOps
  22. macro def dropWhile(p: (AnyForm) ⇒ Boolean)(implicit builder: Builder[AnyForm] with From[Container[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to StrictContainerOps[AnyForm, Container[_]] performed by method ContainerToStrictOps in basis.collections.sequential.StrictPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (seqForm: StrictContainerOps[AnyForm, Container[_]]).dropWhile(p)(builder)
    Definition Classes
    StrictContainerOps
  23. def dropWhile(p: (AnyForm) ⇒ Boolean)(implicit builder: Builder[AnyForm] with From[Collection[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to StrictCollectionOps[AnyForm, Collection[_]] performed by method CollectionToStrictOps in basis.collections.sequential.StrictPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (seqForm: StrictCollectionOps[AnyForm, Collection[_]]).dropWhile(p)(builder)
    Definition Classes
    StrictCollectionOps
  24. macro def dropWhile(p: (AnyForm) ⇒ Boolean)(implicit builder: Builder[AnyForm] with From[IndexedSeq[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to StrictIndexedSeqOps[AnyForm, IndexedSeq[_]] performed by method IndexedSeqToStrictOps in basis.collections.sequential.StrictPriority2.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (seqForm: StrictIndexedSeqOps[AnyForm, IndexedSeq[_]]).dropWhile(p)(builder)
    Definition Classes
    StrictIndexedSeqOps
  25. def eagerly: StrictTraverserOps[AnyForm, Traverser[_]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to GeneralTraverserOps[AnyForm] performed by method TraverserToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (seqForm: GeneralTraverserOps[AnyForm]).eagerly
    Definition Classes
    GeneralTraverserOps
  26. macro def eagerly: StrictSeqOps[AnyForm, Seq[_]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to GeneralSeqOps[AnyForm] performed by method SeqToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (seqForm: GeneralSeqOps[AnyForm]).eagerly
    Definition Classes
    GeneralSeqOps
  27. macro def eagerly: StrictContainerOps[AnyForm, Container[_]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to GeneralContainerOps[AnyForm] performed by method ContainerToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (seqForm: GeneralContainerOps[AnyForm]).eagerly
    Definition Classes
    GeneralContainerOps
  28. def eagerly: StrictCollectionOps[AnyForm, Collection[_]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to GeneralCollectionOps[AnyForm] performed by method CollectionToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (seqForm: GeneralCollectionOps[AnyForm]).eagerly
    Definition Classes
    GeneralCollectionOps
  29. macro def eagerly: StrictIndexedSeqOps[AnyForm, IndexedSeq[_]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to GeneralIndexedSeqOps[AnyForm] performed by method IndexedSeqToGeneralOps in basis.collections.sequential.GeneralPriority2.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (seqForm: GeneralIndexedSeqOps[AnyForm]).eagerly
    Definition Classes
    GeneralIndexedSeqOps
  30. def exists(p: (AnyForm) ⇒ Boolean): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to GeneralTraverserOps[AnyForm] performed by method TraverserToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (seqForm: GeneralTraverserOps[AnyForm]).exists(p)
    Definition Classes
    GeneralTraverserOps
  31. macro def exists(p: (AnyForm) ⇒ Boolean): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to GeneralSeqOps[AnyForm] performed by method SeqToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (seqForm: GeneralSeqOps[AnyForm]).exists(p)
    Definition Classes
    GeneralSeqOps
  32. macro def exists(p: (AnyForm) ⇒ Boolean): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to GeneralContainerOps[AnyForm] performed by method ContainerToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (seqForm: GeneralContainerOps[AnyForm]).exists(p)
    Definition Classes
    GeneralContainerOps
  33. def exists(p: (AnyForm) ⇒ Boolean): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to GeneralCollectionOps[AnyForm] performed by method CollectionToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (seqForm: GeneralCollectionOps[AnyForm]).exists(p)
    Definition Classes
    GeneralCollectionOps
  34. macro def exists(p: (AnyForm) ⇒ Boolean): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to GeneralIndexedSeqOps[AnyForm] performed by method IndexedSeqToGeneralOps in basis.collections.sequential.GeneralPriority2.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (seqForm: GeneralIndexedSeqOps[AnyForm]).exists(p)
    Definition Classes
    GeneralIndexedSeqOps
  35. def filter(p: (AnyForm) ⇒ Boolean)(implicit builder: Builder[AnyForm] with From[Traverser[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to StrictTraverserOps[AnyForm, Traverser[_]] performed by method TraverserToStrictOps in basis.collections.sequential.StrictPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (seqForm: StrictTraverserOps[AnyForm, Traverser[_]]).filter(p)(builder)
    Definition Classes
    StrictTraverserOps
  36. macro def filter(p: (AnyForm) ⇒ Boolean)(implicit builder: Builder[AnyForm] with From[Seq[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to StrictSeqOps[AnyForm, Seq[_]] performed by method SeqToStringOps in basis.collections.sequential.StrictPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (seqForm: StrictSeqOps[AnyForm, Seq[_]]).filter(p)(builder)
    Definition Classes
    StrictSeqOps
  37. macro def filter(p: (AnyForm) ⇒ Boolean)(implicit builder: Builder[AnyForm] with From[Container[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to StrictContainerOps[AnyForm, Container[_]] performed by method ContainerToStrictOps in basis.collections.sequential.StrictPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (seqForm: StrictContainerOps[AnyForm, Container[_]]).filter(p)(builder)
    Definition Classes
    StrictContainerOps
  38. def filter(p: (AnyForm) ⇒ Boolean)(implicit builder: Builder[AnyForm] with From[Collection[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to StrictCollectionOps[AnyForm, Collection[_]] performed by method CollectionToStrictOps in basis.collections.sequential.StrictPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (seqForm: StrictCollectionOps[AnyForm, Collection[_]]).filter(p)(builder)
    Definition Classes
    StrictCollectionOps
  39. macro def filter(p: (AnyForm) ⇒ Boolean)(implicit builder: Builder[AnyForm] with From[IndexedSeq[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to StrictIndexedSeqOps[AnyForm, IndexedSeq[_]] performed by method IndexedSeqToStrictOps in basis.collections.sequential.StrictPriority2.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (seqForm: StrictIndexedSeqOps[AnyForm, IndexedSeq[_]]).filter(p)(builder)
    Definition Classes
    StrictIndexedSeqOps
  40. def find(p: (AnyForm) ⇒ Boolean): Maybe[AnyForm]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to GeneralTraverserOps[AnyForm] performed by method TraverserToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (seqForm: GeneralTraverserOps[AnyForm]).find(p)
    Definition Classes
    GeneralTraverserOps
  41. macro def find(p: (AnyForm) ⇒ Boolean): Maybe[AnyForm]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to GeneralSeqOps[AnyForm] performed by method SeqToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (seqForm: GeneralSeqOps[AnyForm]).find(p)
    Definition Classes
    GeneralSeqOps
  42. macro def find(p: (AnyForm) ⇒ Boolean): Maybe[AnyForm]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to GeneralContainerOps[AnyForm] performed by method ContainerToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (seqForm: GeneralContainerOps[AnyForm]).find(p)
    Definition Classes
    GeneralContainerOps
  43. def find(p: (AnyForm) ⇒ Boolean): Maybe[AnyForm]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to GeneralCollectionOps[AnyForm] performed by method CollectionToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (seqForm: GeneralCollectionOps[AnyForm]).find(p)
    Definition Classes
    GeneralCollectionOps
  44. macro def find(p: (AnyForm) ⇒ Boolean): Maybe[AnyForm]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to GeneralIndexedSeqOps[AnyForm] performed by method IndexedSeqToGeneralOps in basis.collections.sequential.GeneralPriority2.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (seqForm: GeneralIndexedSeqOps[AnyForm]).find(p)
    Definition Classes
    GeneralIndexedSeqOps
  45. def forall(p: (AnyForm) ⇒ Boolean): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to GeneralTraverserOps[AnyForm] performed by method TraverserToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (seqForm: GeneralTraverserOps[AnyForm]).forall(p)
    Definition Classes
    GeneralTraverserOps
  46. macro def forall(p: (AnyForm) ⇒ Boolean): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to GeneralSeqOps[AnyForm] performed by method SeqToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (seqForm: GeneralSeqOps[AnyForm]).forall(p)
    Definition Classes
    GeneralSeqOps
  47. macro def forall(p: (AnyForm) ⇒ Boolean): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to GeneralContainerOps[AnyForm] performed by method ContainerToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (seqForm: GeneralContainerOps[AnyForm]).forall(p)
    Definition Classes
    GeneralContainerOps
  48. def forall(p: (AnyForm) ⇒ Boolean): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to GeneralCollectionOps[AnyForm] performed by method CollectionToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (seqForm: GeneralCollectionOps[AnyForm]).forall(p)
    Definition Classes
    GeneralCollectionOps
  49. macro def forall(p: (AnyForm) ⇒ Boolean): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to GeneralIndexedSeqOps[AnyForm] performed by method IndexedSeqToGeneralOps in basis.collections.sequential.GeneralPriority2.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (seqForm: GeneralIndexedSeqOps[AnyForm]).forall(p)
    Definition Classes
    GeneralIndexedSeqOps
  50. def lazily: NonStrictTraverserOps[AnyForm]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to GeneralTraverserOps[AnyForm] performed by method TraverserToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (seqForm: GeneralTraverserOps[AnyForm]).lazily
    Definition Classes
    GeneralTraverserOps
  51. macro def lazily: NonStrictSeqOps[AnyForm]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to GeneralSeqOps[AnyForm] performed by method SeqToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (seqForm: GeneralSeqOps[AnyForm]).lazily
    Definition Classes
    GeneralSeqOps
  52. macro def lazily: NonStrictContainerOps[AnyForm]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to GeneralContainerOps[AnyForm] performed by method ContainerToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (seqForm: GeneralContainerOps[AnyForm]).lazily
    Definition Classes
    GeneralContainerOps
  53. def lazily: NonStrictCollectionOps[AnyForm]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to GeneralCollectionOps[AnyForm] performed by method CollectionToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (seqForm: GeneralCollectionOps[AnyForm]).lazily
    Definition Classes
    GeneralCollectionOps
  54. macro def lazily: NonStrictIndexedSeqOps[AnyForm]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to GeneralIndexedSeqOps[AnyForm] performed by method IndexedSeqToGeneralOps in basis.collections.sequential.GeneralPriority2.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (seqForm: GeneralIndexedSeqOps[AnyForm]).lazily
    Definition Classes
    GeneralIndexedSeqOps
  55. def slice(lower: Int, upper: Int)(implicit builder: Builder[AnyForm] with From[Traverser[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to StrictTraverserOps[AnyForm, Traverser[_]] performed by method TraverserToStrictOps in basis.collections.sequential.StrictPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (seqForm: StrictTraverserOps[AnyForm, Traverser[_]]).slice(lower, upper)(builder)
    Definition Classes
    StrictTraverserOps
  56. macro def slice(lower: Int, upper: Int)(implicit builder: Builder[AnyForm] with From[Seq[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to StrictSeqOps[AnyForm, Seq[_]] performed by method SeqToStringOps in basis.collections.sequential.StrictPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (seqForm: StrictSeqOps[AnyForm, Seq[_]]).slice(lower, upper)(builder)
    Definition Classes
    StrictSeqOps
  57. macro def slice(lower: Int, upper: Int)(implicit builder: Builder[AnyForm] with From[Container[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to StrictContainerOps[AnyForm, Container[_]] performed by method ContainerToStrictOps in basis.collections.sequential.StrictPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (seqForm: StrictContainerOps[AnyForm, Container[_]]).slice(lower, upper)(builder)
    Definition Classes
    StrictContainerOps
  58. def slice(lower: Int, upper: Int)(implicit builder: Builder[AnyForm] with From[Collection[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to StrictCollectionOps[AnyForm, Collection[_]] performed by method CollectionToStrictOps in basis.collections.sequential.StrictPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (seqForm: StrictCollectionOps[AnyForm, Collection[_]]).slice(lower, upper)(builder)
    Definition Classes
    StrictCollectionOps
  59. macro def slice(lower: Int, upper: Int)(implicit builder: Builder[AnyForm] with From[IndexedSeq[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to StrictIndexedSeqOps[AnyForm, IndexedSeq[_]] performed by method IndexedSeqToStrictOps in basis.collections.sequential.StrictPriority2.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (seqForm: StrictIndexedSeqOps[AnyForm, IndexedSeq[_]]).slice(lower, upper)(builder)
    Definition Classes
    StrictIndexedSeqOps
  60. def span(p: (AnyForm) ⇒ Boolean)(implicit builder1: Builder[AnyForm] with From[Traverser[_]], builder2: Builder[AnyForm] with From[Traverser[_]]): ((builder1)#State, (builder2)#State)

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to StrictTraverserOps[AnyForm, Traverser[_]] performed by method TraverserToStrictOps in basis.collections.sequential.StrictPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (seqForm: StrictTraverserOps[AnyForm, Traverser[_]]).span(p)(builder1, builder2)
    Definition Classes
    StrictTraverserOps
  61. macro def span(p: (AnyForm) ⇒ Boolean)(implicit builder1: Builder[AnyForm] with From[Seq[_]], builder2: Builder[AnyForm] with From[Seq[_]]): ((builder1)#State, (builder2)#State)

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to StrictSeqOps[AnyForm, Seq[_]] performed by method SeqToStringOps in basis.collections.sequential.StrictPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (seqForm: StrictSeqOps[AnyForm, Seq[_]]).span(p)(builder1, builder2)
    Definition Classes
    StrictSeqOps
  62. macro def span(p: (AnyForm) ⇒ Boolean)(implicit builder1: Builder[AnyForm] with From[Container[_]], builder2: Builder[AnyForm] with From[Container[_]]): ((builder1)#State, (builder2)#State)

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to StrictContainerOps[AnyForm, Container[_]] performed by method ContainerToStrictOps in basis.collections.sequential.StrictPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (seqForm: StrictContainerOps[AnyForm, Container[_]]).span(p)(builder1, builder2)
    Definition Classes
    StrictContainerOps
  63. def span(p: (AnyForm) ⇒ Boolean)(implicit builder1: Builder[AnyForm] with From[Collection[_]], builder2: Builder[AnyForm] with From[Collection[_]]): ((builder1)#State, (builder2)#State)

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to StrictCollectionOps[AnyForm, Collection[_]] performed by method CollectionToStrictOps in basis.collections.sequential.StrictPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (seqForm: StrictCollectionOps[AnyForm, Collection[_]]).span(p)(builder1, builder2)
    Definition Classes
    StrictCollectionOps
  64. macro def span(p: (AnyForm) ⇒ Boolean)(implicit builder1: Builder[AnyForm] with From[IndexedSeq[_]], builder2: Builder[AnyForm] with From[IndexedSeq[_]]): ((builder1)#State, (builder2)#State)

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to StrictIndexedSeqOps[AnyForm, IndexedSeq[_]] performed by method IndexedSeqToStrictOps in basis.collections.sequential.StrictPriority2.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (seqForm: StrictIndexedSeqOps[AnyForm, IndexedSeq[_]]).span(p)(builder1, builder2)
    Definition Classes
    StrictIndexedSeqOps
  65. def take(upper: Int)(implicit builder: Builder[AnyForm] with From[Traverser[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to StrictTraverserOps[AnyForm, Traverser[_]] performed by method TraverserToStrictOps in basis.collections.sequential.StrictPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (seqForm: StrictTraverserOps[AnyForm, Traverser[_]]).take(upper)(builder)
    Definition Classes
    StrictTraverserOps
  66. macro def take(upper: Int)(implicit builder: Builder[AnyForm] with From[Seq[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to StrictSeqOps[AnyForm, Seq[_]] performed by method SeqToStringOps in basis.collections.sequential.StrictPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (seqForm: StrictSeqOps[AnyForm, Seq[_]]).take(upper)(builder)
    Definition Classes
    StrictSeqOps
  67. macro def take(upper: Int)(implicit builder: Builder[AnyForm] with From[Container[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to StrictContainerOps[AnyForm, Container[_]] performed by method ContainerToStrictOps in basis.collections.sequential.StrictPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (seqForm: StrictContainerOps[AnyForm, Container[_]]).take(upper)(builder)
    Definition Classes
    StrictContainerOps
  68. def take(upper: Int)(implicit builder: Builder[AnyForm] with From[Collection[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to StrictCollectionOps[AnyForm, Collection[_]] performed by method CollectionToStrictOps in basis.collections.sequential.StrictPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (seqForm: StrictCollectionOps[AnyForm, Collection[_]]).take(upper)(builder)
    Definition Classes
    StrictCollectionOps
  69. macro def take(upper: Int)(implicit builder: Builder[AnyForm] with From[IndexedSeq[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to StrictIndexedSeqOps[AnyForm, IndexedSeq[_]] performed by method IndexedSeqToStrictOps in basis.collections.sequential.StrictPriority2.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (seqForm: StrictIndexedSeqOps[AnyForm, IndexedSeq[_]]).take(upper)(builder)
    Definition Classes
    StrictIndexedSeqOps
  70. def takeWhile(p: (AnyForm) ⇒ Boolean)(implicit builder: Builder[AnyForm] with From[Traverser[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to StrictTraverserOps[AnyForm, Traverser[_]] performed by method TraverserToStrictOps in basis.collections.sequential.StrictPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (seqForm: StrictTraverserOps[AnyForm, Traverser[_]]).takeWhile(p)(builder)
    Definition Classes
    StrictTraverserOps
  71. macro def takeWhile(p: (AnyForm) ⇒ Boolean)(implicit builder: Builder[AnyForm] with From[Seq[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to StrictSeqOps[AnyForm, Seq[_]] performed by method SeqToStringOps in basis.collections.sequential.StrictPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (seqForm: StrictSeqOps[AnyForm, Seq[_]]).takeWhile(p)(builder)
    Definition Classes
    StrictSeqOps
  72. macro def takeWhile(p: (AnyForm) ⇒ Boolean)(implicit builder: Builder[AnyForm] with From[Container[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to StrictContainerOps[AnyForm, Container[_]] performed by method ContainerToStrictOps in basis.collections.sequential.StrictPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (seqForm: StrictContainerOps[AnyForm, Container[_]]).takeWhile(p)(builder)
    Definition Classes
    StrictContainerOps
  73. def takeWhile(p: (AnyForm) ⇒ Boolean)(implicit builder: Builder[AnyForm] with From[Collection[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to StrictCollectionOps[AnyForm, Collection[_]] performed by method CollectionToStrictOps in basis.collections.sequential.StrictPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (seqForm: StrictCollectionOps[AnyForm, Collection[_]]).takeWhile(p)(builder)
    Definition Classes
    StrictCollectionOps
  74. macro def takeWhile(p: (AnyForm) ⇒ Boolean)(implicit builder: Builder[AnyForm] with From[IndexedSeq[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to StrictIndexedSeqOps[AnyForm, IndexedSeq[_]] performed by method IndexedSeqToStrictOps in basis.collections.sequential.StrictPriority2.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (seqForm: StrictIndexedSeqOps[AnyForm, IndexedSeq[_]]).takeWhile(p)(builder)
    Definition Classes
    StrictIndexedSeqOps
  75. def withFilter(p: (AnyForm) ⇒ Boolean): Traverser[AnyForm]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to StrictTraverserOps[AnyForm, Traverser[_]] performed by method TraverserToStrictOps in basis.collections.sequential.StrictPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (seqForm: StrictTraverserOps[AnyForm, Traverser[_]]).withFilter(p)
    Definition Classes
    StrictTraverserOps
  76. def withFilter(p: (AnyForm) ⇒ Boolean): Seq[AnyForm]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to StrictSeqOps[AnyForm, Seq[_]] performed by method SeqToStringOps in basis.collections.sequential.StrictPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (seqForm: StrictSeqOps[AnyForm, Seq[_]]).withFilter(p)
    Definition Classes
    StrictSeqOps
  77. def withFilter(p: (AnyForm) ⇒ Boolean): Container[AnyForm]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to StrictContainerOps[AnyForm, Container[_]] performed by method ContainerToStrictOps in basis.collections.sequential.StrictPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (seqForm: StrictContainerOps[AnyForm, Container[_]]).withFilter(p)
    Definition Classes
    StrictContainerOps
  78. def withFilter(p: (AnyForm) ⇒ Boolean): Collection[AnyForm]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to StrictCollectionOps[AnyForm, Collection[_]] performed by method CollectionToStrictOps in basis.collections.sequential.StrictPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (seqForm: StrictCollectionOps[AnyForm, Collection[_]]).withFilter(p)
    Definition Classes
    StrictCollectionOps
  79. def withFilter(p: (AnyForm) ⇒ Boolean): IndexedSeq[AnyForm]

    Permalink
    Implicit information
    This member is added by an implicit conversion from SeqForm to StrictIndexedSeqOps[AnyForm, IndexedSeq[_]] performed by method IndexedSeqToStrictOps in basis.collections.sequential.StrictPriority2.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (seqForm: StrictIndexedSeqOps[AnyForm, IndexedSeq[_]]).withFilter(p)
    Definition Classes
    StrictIndexedSeqOps

Inherited from OmniVariant.ProtoSeq

Inherited from OmniVariant.BsonSeq

Inherited from OmniVariant.JsonSeq

Inherited from OmniVariant.BaseSeq

Inherited from IndexedSeq[AnyForm]

Inherited from Seq[AnyForm]

Inherited from Container[AnyForm]

Inherited from Collection[AnyForm]

Inherited from Traverser[AnyForm]

Inherited from basis.Family[SeqForm]

Inherited from Immutable

Inherited from Equals

Inherited from AnyForm

Inherited from OmniVariant.ProtoValue

Inherited from OmniVariant.BsonValue

Inherited from OmniVariant.JsonValue

Inherited from OmniVariant.FormValue

Inherited from OmniVariant.BaseValue

Inherited from AnyDelta

Inherited from OmniVariant.ProtoDelta

Inherited from OmniVariant.DeltaValue

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion TraverserToStrictOps from SeqForm to StrictTraverserOps[AnyForm, Traverser[_]]

Inherited by implicit conversion SeqToStringOps from SeqForm to StrictSeqOps[AnyForm, Seq[_]]

Inherited by implicit conversion ContainerToStrictOps from SeqForm to StrictContainerOps[AnyForm, Container[_]]

Inherited by implicit conversion CollectionToStrictOps from SeqForm to StrictCollectionOps[AnyForm, Collection[_]]

Inherited by implicit conversion IndexedSeqToStrictOps from SeqForm to StrictIndexedSeqOps[AnyForm, IndexedSeq[_]]

Inherited by implicit conversion TraverserToGeneralOps from SeqForm to GeneralTraverserOps[AnyForm]

Inherited by implicit conversion SeqToGeneralOps from SeqForm to GeneralSeqOps[AnyForm]

Inherited by implicit conversion ContainerToGeneralOps from SeqForm to GeneralContainerOps[AnyForm]

Inherited by implicit conversion CollectionToGeneralOps from SeqForm to GeneralCollectionOps[AnyForm]

Inherited by implicit conversion IndexedSeqToGeneralOps from SeqForm to GeneralIndexedSeqOps[AnyForm]

Ungrouped