Class/Object

basis.form.OmniVariant

TextForm

Related Docs: object TextForm | package OmniVariant

Permalink

final class TextForm extends AnyForm with BaseText with JsonText with BsonText with ProtoText

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

Instance Constructors

  1. new TextForm(underlying: UString)

    Permalink

Type Members

  1. type Family = TextForm

    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 ++[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 TextForm to StrictTraverserOps[Int, Traverser[_]] performed by method TraverserToStrictOps in basis.collections.sequential.StrictPriority3.
    Definition Classes
    StrictTraverserOps
  4. 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 TextForm to StrictSeqOps[Int, Seq[_]] performed by method SeqToStringOps in basis.collections.sequential.StrictPriority3.
    Definition Classes
    StrictSeqOps
  5. 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 TextForm to StrictContainerOps[Int, Container[_]] performed by method ContainerToStrictOps in basis.collections.sequential.StrictPriority3.
    Definition Classes
    StrictContainerOps
  6. 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 TextForm to StrictCollectionOps[Int, Collection[_]] performed by method CollectionToStrictOps in basis.collections.sequential.StrictPriority3.
    Definition Classes
    StrictCollectionOps
  7. 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 TextForm to StrictSeqOps[Int, Seq[_]] performed by method SeqToStringOps in basis.collections.sequential.StrictPriority3.
    Definition Classes
    StrictSeqOps
  8. def /(key: String): AnyForm

    Permalink
    Definition Classes
    FormValueBaseValueDeltaValue
  9. def /(index: Int): AnyForm

    Permalink
    Definition Classes
    BaseValue
  10. 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 TextForm to StrictSeqOps[Int, Seq[_]] performed by method SeqToStringOps in basis.collections.sequential.StrictPriority3.
    Definition Classes
    StrictSeqOps
  11. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  12. def asBoolForm: BoolForm

    Permalink
    Definition Classes
    BaseValue
  13. def asDataForm: DataForm

    Permalink
    Definition Classes
    BaseValue
  14. def asDateForm: DateForm

    Permalink
    Definition Classes
    BaseValue
  15. def asForm: AnyForm

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

    Permalink
    Definition Classes
    Any
  17. def asNullForm: NullForm

    Permalink
    Definition Classes
    BaseValue
  18. def asNumberForm: NumberForm

    Permalink
    Definition Classes
    BaseValue
  19. def asObjectDelta: ObjectDelta

    Permalink
    Definition Classes
    DeltaValue
  20. def asObjectForm: ObjectForm

    Permalink
    Definition Classes
    BaseValue
  21. def asSecretForm: SecretForm

    Permalink
    Definition Classes
    ProtoValue
  22. def asSeqForm: SeqForm

    Permalink
    Definition Classes
    BaseValue
  23. def asSetDelta: SetDelta

    Permalink
    Definition Classes
    DeltaValue
  24. def asSetForm: SetForm

    Permalink
    Definition Classes
    BaseValue
  25. def asTextForm: TextForm

    Permalink
    Definition Classes
    BaseTextBaseValue
  26. 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
    BsonTextBsonValue
  27. 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
    BsonTextBsonValue
  28. def canEqual(other: Any): Boolean

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

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from TextForm to GeneralCollectionOps[Int] performed by method CollectionToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Definition Classes
    GeneralCollectionOps
  34. def clone(): AnyRef

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

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from TextForm to StrictCollectionOps[Int, Collection[_]] performed by method CollectionToStrictOps in basis.collections.sequential.StrictPriority3.
    Definition Classes
    StrictCollectionOps
  40. def decrypt(secretKey: Loader): AnyForm

    Permalink
    Definition Classes
    ProtoValue
  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
    Seq → 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: (Int) ⇒ Traverser[B])(implicit builder: Builder[B] with From[Traverser[_]]): (builder)#State

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from TextForm to StrictCollectionOps[Int, Collection[_]] performed by method CollectionToStrictOps in basis.collections.sequential.StrictPriority3.
    Definition Classes
    StrictCollectionOps
  51. def fold[B >: A](z: B)(op: (B, B) ⇒ B): B

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from TextForm to GeneralSeqOps[Int] performed by method SeqToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Definition Classes
    GeneralSeqOps
  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 TextForm to GeneralContainerOps[Int] performed by method ContainerToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Definition Classes
    GeneralContainerOps
  54. def fold[B >: A](z: B)(op: (B, B) ⇒ B): B

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

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

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

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

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from TextForm to GeneralCollectionOps[Int] performed by method CollectionToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Definition Classes
    GeneralCollectionOps
  63. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    Seq → Any
  65. def in(domain: Variant): Variant.TextForm

    Permalink
    Definition Classes
    BaseTextBaseValue
  66. def in(domain: DeltaVariant): DeltaVariant.AnyForm

    Permalink
    Definition Classes
    FormValueDeltaValue
  67. def isBoolForm: Boolean

    Permalink
    Definition Classes
    BaseValue
  68. def isDataForm: Boolean

    Permalink
    Definition Classes
    BaseValue
  69. def isDateForm: Boolean

    Permalink
    Definition Classes
    BaseValue
  70. def isDefined: Boolean

    Permalink
    Definition Classes
    FormValueBaseValueDeltaValue
  71. def isDelta: Boolean

    Permalink
    Definition Classes
    FormValueDeltaValue
  72. def isEmpty: Boolean

    Permalink
    Definition Classes
    ContainerCollection
  73. def isForm: Boolean

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

    Permalink
    Definition Classes
    Any
  75. def isNullForm: Boolean

    Permalink
    Definition Classes
    BaseValue
  76. def isNumberForm: Boolean

    Permalink
    Definition Classes
    BaseValue
  77. def isObjectDelta: Boolean

    Permalink
    Definition Classes
    DeltaValue
  78. def isObjectForm: Boolean

    Permalink
    Definition Classes
    BaseValue
  79. def isSecretForm: Boolean

    Permalink
    Definition Classes
    ProtoValue
  80. def isSeqForm: Boolean

    Permalink
    Definition Classes
    BaseValue
  81. def isSetDelta: Boolean

    Permalink
    Definition Classes
    DeltaValue
  82. def isSetForm: Boolean

    Permalink
    Definition Classes
    BaseValue
  83. def isTextForm: Boolean

    Permalink
    Definition Classes
    BaseTextBaseValue
  84. def iterator: Iterator[Int]

    Permalink

    Returns an iterator over the code points of this string.

    Returns an iterator over the code points of this string.

    Definition Classes
    TextFormUTFContainer
  85. def joinString(separator: String)(implicit builder: StringBuilder): text.StringBuilder.State

    Permalink
    Implicit information
    This member is added by an implicit conversion from TextForm to GeneralTraverserOps[Int] performed by method TraverserToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Definition Classes
    GeneralTraverserOps
  86. 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 TextForm to GeneralTraverserOps[Int] performed by method TraverserToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Definition Classes
    GeneralTraverserOps
  87. def length: Int

    Permalink
    Definition Classes
    Seq
  88. def map[B](f: (Int) ⇒ B)(implicit builder: Builder[B] with From[Traverser[_]]): (builder)#State

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from TextForm to StrictCollectionOps[Int, Collection[_]] performed by method CollectionToStrictOps in basis.collections.sequential.StrictPriority3.
    Definition Classes
    StrictCollectionOps
  92. def mayReduce[B >: A](op: (B, B) ⇒ B): Maybe[B]

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

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

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

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from TextForm to GeneralCollectionOps[Int] performed by method CollectionToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Definition Classes
    GeneralCollectionOps
  100. def modifiedUTF8Iterator: Iterator[Int]

    Permalink

    Returns an iterator over the modified UTF-8 code units that encode this string.

    Returns an iterator over the modified UTF-8 code units that encode this string.

    Definition Classes
    UTF
  101. def modifiedUTF8Length: Int

    Permalink

    Returns the number of modified UTF-8 code units required to encode this string.

    Returns the number of modified UTF-8 code units required to encode this string.

    Definition Classes
    UTF
  102. final def ne(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    FormValue
  106. def protoField: Field[TextForm]

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

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

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

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

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from TextForm to GeneralCollectionOps[Int] performed by method CollectionToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Definition Classes
    GeneralCollectionOps
  115. def show(builder: StringBuilder): Unit

    Permalink

    Appends this string, quoted and escaped, to the given builder.

    Appends this string, quoted and escaped, to the given builder.

    Definition Classes
    UTF
  116. def show: String

    Permalink

    Returns this string, quoted and escaped.

    Returns this string, quoted and escaped.

    Definition Classes
    UTF
  117. def sortBy[B](f: (Int) ⇒ B)(implicit order: Order[B], builder: Builder[Int] with From[Seq[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from TextForm to StrictSeqOps[Int, Seq[_]] performed by method SeqToStringOps in basis.collections.sequential.StrictPriority3.
    Definition Classes
    StrictSeqOps
  118. 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 TextForm to StrictSeqOps[Int, Seq[_]] performed by method SeqToStringOps in basis.collections.sequential.StrictPriority3.
    Definition Classes
    StrictSeqOps
  119. def stringPrefix: String

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

    Permalink
    Definition Classes
    AnyRef
  121. def toBson: Loader

    Permalink

    Returns the serialized BSON representation of this form.

    Returns the serialized BSON representation of this form.

    Definition Classes
    BsonValue
  122. def toJson: String

    Permalink
    Definition Classes
    JsonValue
  123. def toProto: Loader

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

    Permalink
    Definition Classes
    UTFContainerCollection → Any
  125. def toUString: UString

    Permalink

    Returns the Java String equivalent of this string.

    Returns the Java String equivalent of this string.

    Definition Classes
    TextFormUTF
  126. def traverse(f: (Int) ⇒ Unit): Unit

    Permalink
    Definition Classes
    ContainerTraverser
  127. val underlying: UString

    Permalink
    Attributes
    protected
  128. def utf16Iterator: Iterator[Int]

    Permalink

    Returns an iterator over the UTF-16 code units that encode this string.

    Returns an iterator over the UTF-16 code units that encode this string.

    Definition Classes
    UTF
  129. def utf16Length: Int

    Permalink

    Returns the number of UTF-16 code units required to encode this string.

    Returns the number of UTF-16 code units required to encode this string.

    Definition Classes
    UTF
  130. def utf32Iterator: Iterator[Int]

    Permalink

    Returns an iterator over the UTF-32 code units that encode this string.

    Returns an iterator over the UTF-32 code units that encode this string.

    Definition Classes
    UTF
  131. def utf32Length: Int

    Permalink

    Returns the number of UTF-32 code units required to encode this string.

    Returns the number of UTF-32 code units required to encode this string.

    Definition Classes
    UTF
  132. def utf8Iterator: Iterator[Int]

    Permalink

    Returns an iterator over the UTF-8 code units that encode this string.

    Returns an iterator over the UTF-8 code units that encode this string.

    Definition Classes
    UTF
  133. def utf8Length: Int

    Permalink

    Returns the number of UTF-8 code units required to encode this string.

    Returns the number of UTF-8 code units required to encode this string.

    Definition Classes
    TextFormUTF
  134. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  137. 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
    BsonTextBsonValue
  138. def writeJson(builder: StringBuilder): Unit

    Permalink
    Definition Classes
    JsonTextJsonValue
  139. def writeProto(data: Writer): Unit

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from TextForm to StrictContainerOps[Int, Container[_]] performed by method ContainerToStrictOps in basis.collections.sequential.StrictPriority3.
    Definition Classes
    StrictContainerOps

Shadowed Implicit Value Members

  1. def count(p: (Int) ⇒ Boolean): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from TextForm to GeneralTraverserOps[Int] 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:
    (textForm: GeneralTraverserOps[Int]).count(p)
    Definition Classes
    GeneralTraverserOps
  2. macro def count(p: (Int) ⇒ Boolean): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from TextForm to GeneralSeqOps[Int] 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:
    (textForm: GeneralSeqOps[Int]).count(p)
    Definition Classes
    GeneralSeqOps
  3. macro def count(p: (Int) ⇒ Boolean): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from TextForm to GeneralContainerOps[Int] 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:
    (textForm: GeneralContainerOps[Int]).count(p)
    Definition Classes
    GeneralContainerOps
  4. def count(p: (Int) ⇒ Boolean): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from TextForm to GeneralCollectionOps[Int] 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:
    (textForm: GeneralCollectionOps[Int]).count(p)
    Definition Classes
    GeneralCollectionOps
  5. def drop(lower: Int)(implicit builder: Builder[Int] with From[Traverser[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from TextForm to StrictTraverserOps[Int, 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:
    (textForm: StrictTraverserOps[Int, Traverser[_]]).drop(lower)(builder)
    Definition Classes
    StrictTraverserOps
  6. macro def drop(lower: Int)(implicit builder: Builder[Int] with From[Seq[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from TextForm to StrictSeqOps[Int, 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:
    (textForm: StrictSeqOps[Int, Seq[_]]).drop(lower)(builder)
    Definition Classes
    StrictSeqOps
  7. macro def drop(lower: Int)(implicit builder: Builder[Int] with From[Container[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from TextForm to StrictContainerOps[Int, 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:
    (textForm: StrictContainerOps[Int, Container[_]]).drop(lower)(builder)
    Definition Classes
    StrictContainerOps
  8. def drop(lower: Int)(implicit builder: Builder[Int] with From[Collection[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from TextForm to StrictCollectionOps[Int, 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:
    (textForm: StrictCollectionOps[Int, Collection[_]]).drop(lower)(builder)
    Definition Classes
    StrictCollectionOps
  9. def dropWhile(p: (Int) ⇒ Boolean)(implicit builder: Builder[Int] with From[Traverser[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from TextForm to StrictTraverserOps[Int, 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:
    (textForm: StrictTraverserOps[Int, Traverser[_]]).dropWhile(p)(builder)
    Definition Classes
    StrictTraverserOps
  10. macro def dropWhile(p: (Int) ⇒ Boolean)(implicit builder: Builder[Int] with From[Seq[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from TextForm to StrictSeqOps[Int, 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:
    (textForm: StrictSeqOps[Int, Seq[_]]).dropWhile(p)(builder)
    Definition Classes
    StrictSeqOps
  11. macro def dropWhile(p: (Int) ⇒ Boolean)(implicit builder: Builder[Int] with From[Container[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from TextForm to StrictContainerOps[Int, 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:
    (textForm: StrictContainerOps[Int, Container[_]]).dropWhile(p)(builder)
    Definition Classes
    StrictContainerOps
  12. def dropWhile(p: (Int) ⇒ Boolean)(implicit builder: Builder[Int] with From[Collection[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from TextForm to StrictCollectionOps[Int, 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:
    (textForm: StrictCollectionOps[Int, Collection[_]]).dropWhile(p)(builder)
    Definition Classes
    StrictCollectionOps
  13. def eagerly: StrictTraverserOps[Int, Traverser[_]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TextForm to GeneralTraverserOps[Int] 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:
    (textForm: GeneralTraverserOps[Int]).eagerly
    Definition Classes
    GeneralTraverserOps
  14. macro def eagerly: StrictSeqOps[Int, Seq[_]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TextForm to GeneralSeqOps[Int] 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:
    (textForm: GeneralSeqOps[Int]).eagerly
    Definition Classes
    GeneralSeqOps
  15. macro def eagerly: StrictContainerOps[Int, Container[_]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TextForm to GeneralContainerOps[Int] 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:
    (textForm: GeneralContainerOps[Int]).eagerly
    Definition Classes
    GeneralContainerOps
  16. def eagerly: StrictCollectionOps[Int, Collection[_]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TextForm to GeneralCollectionOps[Int] 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:
    (textForm: GeneralCollectionOps[Int]).eagerly
    Definition Classes
    GeneralCollectionOps
  17. def exists(p: (Int) ⇒ Boolean): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from TextForm to GeneralTraverserOps[Int] 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:
    (textForm: GeneralTraverserOps[Int]).exists(p)
    Definition Classes
    GeneralTraverserOps
  18. macro def exists(p: (Int) ⇒ Boolean): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from TextForm to GeneralSeqOps[Int] 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:
    (textForm: GeneralSeqOps[Int]).exists(p)
    Definition Classes
    GeneralSeqOps
  19. macro def exists(p: (Int) ⇒ Boolean): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from TextForm to GeneralContainerOps[Int] 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:
    (textForm: GeneralContainerOps[Int]).exists(p)
    Definition Classes
    GeneralContainerOps
  20. def exists(p: (Int) ⇒ Boolean): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from TextForm to GeneralCollectionOps[Int] 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:
    (textForm: GeneralCollectionOps[Int]).exists(p)
    Definition Classes
    GeneralCollectionOps
  21. def filter(p: (Int) ⇒ Boolean)(implicit builder: Builder[Int] with From[Traverser[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from TextForm to StrictTraverserOps[Int, 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:
    (textForm: StrictTraverserOps[Int, Traverser[_]]).filter(p)(builder)
    Definition Classes
    StrictTraverserOps
  22. macro def filter(p: (Int) ⇒ Boolean)(implicit builder: Builder[Int] with From[Seq[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from TextForm to StrictSeqOps[Int, 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:
    (textForm: StrictSeqOps[Int, Seq[_]]).filter(p)(builder)
    Definition Classes
    StrictSeqOps
  23. macro def filter(p: (Int) ⇒ Boolean)(implicit builder: Builder[Int] with From[Container[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from TextForm to StrictContainerOps[Int, 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:
    (textForm: StrictContainerOps[Int, Container[_]]).filter(p)(builder)
    Definition Classes
    StrictContainerOps
  24. def filter(p: (Int) ⇒ Boolean)(implicit builder: Builder[Int] with From[Collection[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from TextForm to StrictCollectionOps[Int, 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:
    (textForm: StrictCollectionOps[Int, Collection[_]]).filter(p)(builder)
    Definition Classes
    StrictCollectionOps
  25. def find(p: (Int) ⇒ Boolean): Maybe[Int]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TextForm to GeneralTraverserOps[Int] 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:
    (textForm: GeneralTraverserOps[Int]).find(p)
    Definition Classes
    GeneralTraverserOps
  26. macro def find(p: (Int) ⇒ Boolean): Maybe[Int]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TextForm to GeneralSeqOps[Int] 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:
    (textForm: GeneralSeqOps[Int]).find(p)
    Definition Classes
    GeneralSeqOps
  27. macro def find(p: (Int) ⇒ Boolean): Maybe[Int]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TextForm to GeneralContainerOps[Int] 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:
    (textForm: GeneralContainerOps[Int]).find(p)
    Definition Classes
    GeneralContainerOps
  28. def find(p: (Int) ⇒ Boolean): Maybe[Int]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TextForm to GeneralCollectionOps[Int] 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:
    (textForm: GeneralCollectionOps[Int]).find(p)
    Definition Classes
    GeneralCollectionOps
  29. def forall(p: (Int) ⇒ Boolean): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from TextForm to GeneralTraverserOps[Int] 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:
    (textForm: GeneralTraverserOps[Int]).forall(p)
    Definition Classes
    GeneralTraverserOps
  30. macro def forall(p: (Int) ⇒ Boolean): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from TextForm to GeneralSeqOps[Int] 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:
    (textForm: GeneralSeqOps[Int]).forall(p)
    Definition Classes
    GeneralSeqOps
  31. macro def forall(p: (Int) ⇒ Boolean): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from TextForm to GeneralContainerOps[Int] 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:
    (textForm: GeneralContainerOps[Int]).forall(p)
    Definition Classes
    GeneralContainerOps
  32. def forall(p: (Int) ⇒ Boolean): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from TextForm to GeneralCollectionOps[Int] 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:
    (textForm: GeneralCollectionOps[Int]).forall(p)
    Definition Classes
    GeneralCollectionOps
  33. def lazily: NonStrictTraverserOps[Int]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TextForm to GeneralTraverserOps[Int] 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:
    (textForm: GeneralTraverserOps[Int]).lazily
    Definition Classes
    GeneralTraverserOps
  34. macro def lazily: NonStrictSeqOps[Int]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TextForm to GeneralSeqOps[Int] 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:
    (textForm: GeneralSeqOps[Int]).lazily
    Definition Classes
    GeneralSeqOps
  35. macro def lazily: NonStrictContainerOps[Int]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TextForm to GeneralContainerOps[Int] 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:
    (textForm: GeneralContainerOps[Int]).lazily
    Definition Classes
    GeneralContainerOps
  36. def lazily: NonStrictCollectionOps[Int]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TextForm to GeneralCollectionOps[Int] 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:
    (textForm: GeneralCollectionOps[Int]).lazily
    Definition Classes
    GeneralCollectionOps
  37. def slice(lower: Int, upper: Int)(implicit builder: Builder[Int] with From[Traverser[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from TextForm to StrictTraverserOps[Int, 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:
    (textForm: StrictTraverserOps[Int, Traverser[_]]).slice(lower, upper)(builder)
    Definition Classes
    StrictTraverserOps
  38. macro def slice(lower: Int, upper: Int)(implicit builder: Builder[Int] with From[Seq[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from TextForm to StrictSeqOps[Int, 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:
    (textForm: StrictSeqOps[Int, Seq[_]]).slice(lower, upper)(builder)
    Definition Classes
    StrictSeqOps
  39. macro def slice(lower: Int, upper: Int)(implicit builder: Builder[Int] with From[Container[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from TextForm to StrictContainerOps[Int, 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:
    (textForm: StrictContainerOps[Int, Container[_]]).slice(lower, upper)(builder)
    Definition Classes
    StrictContainerOps
  40. def slice(lower: Int, upper: Int)(implicit builder: Builder[Int] with From[Collection[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from TextForm to StrictCollectionOps[Int, 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:
    (textForm: StrictCollectionOps[Int, Collection[_]]).slice(lower, upper)(builder)
    Definition Classes
    StrictCollectionOps
  41. def span(p: (Int) ⇒ Boolean)(implicit builder1: Builder[Int] with From[Traverser[_]], builder2: Builder[Int] with From[Traverser[_]]): ((builder1)#State, (builder2)#State)

    Permalink
    Implicit information
    This member is added by an implicit conversion from TextForm to StrictTraverserOps[Int, 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:
    (textForm: StrictTraverserOps[Int, Traverser[_]]).span(p)(builder1, builder2)
    Definition Classes
    StrictTraverserOps
  42. macro def span(p: (Int) ⇒ Boolean)(implicit builder1: Builder[Int] with From[Seq[_]], builder2: Builder[Int] with From[Seq[_]]): ((builder1)#State, (builder2)#State)

    Permalink
    Implicit information
    This member is added by an implicit conversion from TextForm to StrictSeqOps[Int, 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:
    (textForm: StrictSeqOps[Int, Seq[_]]).span(p)(builder1, builder2)
    Definition Classes
    StrictSeqOps
  43. macro def span(p: (Int) ⇒ Boolean)(implicit builder1: Builder[Int] with From[Container[_]], builder2: Builder[Int] with From[Container[_]]): ((builder1)#State, (builder2)#State)

    Permalink
    Implicit information
    This member is added by an implicit conversion from TextForm to StrictContainerOps[Int, 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:
    (textForm: StrictContainerOps[Int, Container[_]]).span(p)(builder1, builder2)
    Definition Classes
    StrictContainerOps
  44. def span(p: (Int) ⇒ Boolean)(implicit builder1: Builder[Int] with From[Collection[_]], builder2: Builder[Int] with From[Collection[_]]): ((builder1)#State, (builder2)#State)

    Permalink
    Implicit information
    This member is added by an implicit conversion from TextForm to StrictCollectionOps[Int, 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:
    (textForm: StrictCollectionOps[Int, Collection[_]]).span(p)(builder1, builder2)
    Definition Classes
    StrictCollectionOps
  45. def take(upper: Int)(implicit builder: Builder[Int] with From[Traverser[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from TextForm to StrictTraverserOps[Int, 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:
    (textForm: StrictTraverserOps[Int, Traverser[_]]).take(upper)(builder)
    Definition Classes
    StrictTraverserOps
  46. macro def take(upper: Int)(implicit builder: Builder[Int] with From[Seq[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from TextForm to StrictSeqOps[Int, 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:
    (textForm: StrictSeqOps[Int, Seq[_]]).take(upper)(builder)
    Definition Classes
    StrictSeqOps
  47. macro def take(upper: Int)(implicit builder: Builder[Int] with From[Container[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from TextForm to StrictContainerOps[Int, 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:
    (textForm: StrictContainerOps[Int, Container[_]]).take(upper)(builder)
    Definition Classes
    StrictContainerOps
  48. def take(upper: Int)(implicit builder: Builder[Int] with From[Collection[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from TextForm to StrictCollectionOps[Int, 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:
    (textForm: StrictCollectionOps[Int, Collection[_]]).take(upper)(builder)
    Definition Classes
    StrictCollectionOps
  49. def takeWhile(p: (Int) ⇒ Boolean)(implicit builder: Builder[Int] with From[Traverser[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from TextForm to StrictTraverserOps[Int, 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:
    (textForm: StrictTraverserOps[Int, Traverser[_]]).takeWhile(p)(builder)
    Definition Classes
    StrictTraverserOps
  50. macro def takeWhile(p: (Int) ⇒ Boolean)(implicit builder: Builder[Int] with From[Seq[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from TextForm to StrictSeqOps[Int, 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:
    (textForm: StrictSeqOps[Int, Seq[_]]).takeWhile(p)(builder)
    Definition Classes
    StrictSeqOps
  51. macro def takeWhile(p: (Int) ⇒ Boolean)(implicit builder: Builder[Int] with From[Container[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from TextForm to StrictContainerOps[Int, 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:
    (textForm: StrictContainerOps[Int, Container[_]]).takeWhile(p)(builder)
    Definition Classes
    StrictContainerOps
  52. def takeWhile(p: (Int) ⇒ Boolean)(implicit builder: Builder[Int] with From[Collection[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from TextForm to StrictCollectionOps[Int, 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:
    (textForm: StrictCollectionOps[Int, Collection[_]]).takeWhile(p)(builder)
    Definition Classes
    StrictCollectionOps
  53. def withFilter(p: (Int) ⇒ Boolean): Traverser[Int]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TextForm to StrictTraverserOps[Int, 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:
    (textForm: StrictTraverserOps[Int, Traverser[_]]).withFilter(p)
    Definition Classes
    StrictTraverserOps
  54. def withFilter(p: (Int) ⇒ Boolean): Seq[Int]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TextForm to StrictSeqOps[Int, 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:
    (textForm: StrictSeqOps[Int, Seq[_]]).withFilter(p)
    Definition Classes
    StrictSeqOps
  55. def withFilter(p: (Int) ⇒ Boolean): Container[Int]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TextForm to StrictContainerOps[Int, 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:
    (textForm: StrictContainerOps[Int, Container[_]]).withFilter(p)
    Definition Classes
    StrictContainerOps
  56. def withFilter(p: (Int) ⇒ Boolean): Collection[Int]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TextForm to StrictCollectionOps[Int, 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:
    (textForm: StrictCollectionOps[Int, Collection[_]]).withFilter(p)
    Definition Classes
    StrictCollectionOps

Inherited from OmniVariant.ProtoText

Inherited from OmniVariant.BsonText

Inherited from OmniVariant.JsonText

Inherited from OmniVariant.BaseText

Inherited from UTF

Inherited from Seq[Int]

Inherited from Container[Int]

Inherited from Collection[Int]

Inherited from Traverser[Int]

Inherited from basis.Family[TextForm]

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 TextForm to StrictTraverserOps[Int, Traverser[_]]

Inherited by implicit conversion SeqToStringOps from TextForm to StrictSeqOps[Int, Seq[_]]

Inherited by implicit conversion ContainerToStrictOps from TextForm to StrictContainerOps[Int, Container[_]]

Inherited by implicit conversion CollectionToStrictOps from TextForm to StrictCollectionOps[Int, Collection[_]]

Inherited by implicit conversion TraverserToGeneralOps from TextForm to GeneralTraverserOps[Int]

Inherited by implicit conversion SeqToGeneralOps from TextForm to GeneralSeqOps[Int]

Inherited by implicit conversion ContainerToGeneralOps from TextForm to GeneralContainerOps[Int]

Inherited by implicit conversion CollectionToGeneralOps from TextForm to GeneralCollectionOps[Int]

Ungrouped