Class/Object

basis.text

String4

Related Docs: object String4 | package text

Permalink

final class String4 extends Equals with Family[String4] with UTF32

Source
String4.scala
Linear Supertypes
UTF32, UTF, IndexedSeq[Int], Seq[Int], Container[Int], Collection[Int], Traverser[Int], basis.Family[String4], Equals, AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Grouped
  2. Alphabetic
  3. By inheritance
Inherited
  1. String4
  2. UTF32
  3. UTF
  4. IndexedSeq
  5. Seq
  6. Container
  7. Collection
  8. Traverser
  9. Family
  10. Equals
  11. AnyRef
  12. 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 String4(codeUnits: Array[Int])

    Permalink

Type Members

  1. type Family = String4

    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 String4 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 String4 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 String4 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 String4 to StrictCollectionOps[Int, Collection[_]] performed by method CollectionToStrictOps in basis.collections.sequential.StrictPriority3.
    Definition Classes
    StrictCollectionOps
  7. 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 String4 to StrictIndexedSeqOps[Int, IndexedSeq[_]] performed by method IndexedSeqToStrictOps in basis.collections.sequential.StrictPriority2.
    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 String4 to StrictSeqOps[Int, Seq[_]] performed by method SeqToStringOps in basis.collections.sequential.StrictPriority3.
    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 String4 to StrictIndexedSeqOps[Int, IndexedSeq[_]] performed by method IndexedSeqToStrictOps in basis.collections.sequential.StrictPriority2.
    Definition Classes
    StrictIndexedSeqOps
  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 String4 to StrictSeqOps[Int, Seq[_]] performed by method SeqToStringOps in basis.collections.sequential.StrictPriority3.
    Definition Classes
    StrictSeqOps
  11. 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 String4 to StrictIndexedSeqOps[Int, IndexedSeq[_]] performed by method IndexedSeqToStrictOps in basis.collections.sequential.StrictPriority2.
    Definition Classes
    StrictIndexedSeqOps
  12. final def ==(arg0: Any): Boolean

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

    Permalink

    Returns the character at index.

    Returns the character at index. Substitutes the replacement character U+FFFD in lieu of invalid characters.

    Definition Classes
    UTF32IndexedSeq
  14. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  15. def canEqual(other: Any): Boolean

    Permalink
    Definition Classes
    Seq → Equals
  16. def choose[B](q: PartialFunction[Int, B]): Maybe[B]

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

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

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. 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 String4 to StrictTraverserOps[Int, Traverser[_]] performed by method TraverserToStrictOps in basis.collections.sequential.StrictPriority3.
    Definition Classes
    StrictTraverserOps
  23. 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 String4 to StrictSeqOps[Int, Seq[_]] performed by method SeqToStringOps in basis.collections.sequential.StrictPriority3.
    Definition Classes
    StrictSeqOps
  24. 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 String4 to StrictContainerOps[Int, Container[_]] performed by method ContainerToStrictOps in basis.collections.sequential.StrictPriority3.
    Definition Classes
    StrictContainerOps
  25. 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 String4 to StrictCollectionOps[Int, Collection[_]] performed by method CollectionToStrictOps in basis.collections.sequential.StrictPriority3.
    Definition Classes
    StrictCollectionOps
  26. macro def collect[B](q: PartialFunction[Int, B])(implicit builder: Builder[B] with From[IndexedSeq[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from String4 to StrictIndexedSeqOps[Int, IndexedSeq[_]] performed by method IndexedSeqToStrictOps in basis.collections.sequential.StrictPriority2.
    Definition Classes
    StrictIndexedSeqOps
  27. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  30. 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 String4 to StrictTraverserOps[Int, Traverser[_]] performed by method TraverserToStrictOps in basis.collections.sequential.StrictPriority3.
    Definition Classes
    StrictTraverserOps
  31. 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 String4 to StrictSeqOps[Int, Seq[_]] performed by method SeqToStringOps in basis.collections.sequential.StrictPriority3.
    Definition Classes
    StrictSeqOps
  32. 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 String4 to StrictContainerOps[Int, Container[_]] performed by method ContainerToStrictOps in basis.collections.sequential.StrictPriority3.
    Definition Classes
    StrictContainerOps
  33. 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 String4 to StrictCollectionOps[Int, Collection[_]] performed by method CollectionToStrictOps in basis.collections.sequential.StrictPriority3.
    Definition Classes
    StrictCollectionOps
  34. macro def flatMap[B](f: (Int) ⇒ Traverser[B])(implicit builder: Builder[B] with From[IndexedSeq[_]]): (builder)#State

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from String4 to GeneralIndexedSeqOps[Int] performed by method IndexedSeqToGeneralOps in basis.collections.sequential.GeneralPriority2.
    Definition Classes
    GeneralIndexedSeqOps
  51. def get(index: Int): Int

    Permalink

    Returns the unsigned 32-bit code unit at index.

    Returns the unsigned 32-bit code unit at index.

    Definition Classes
    String4UTF32
  52. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    IndexedSeqSeq → Any
  54. def isEmpty: Boolean

    Permalink

    Returns true if this string doesn't contain any code units.

    Returns true if this string doesn't contain any code units.

    Definition Classes
    UTF32ContainerCollection
  55. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  56. 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
    UTF32UTFIndexedSeqContainer
  57. def joinString(separator: String)(implicit builder: StringBuilder): StringBuilder.State

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

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

    Permalink

    Returns the number of code points in this string.

    Returns the number of code points in this string.

    Definition Classes
    String4UTF32Seq
  60. 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 String4 to StrictTraverserOps[Int, Traverser[_]] performed by method TraverserToStrictOps in basis.collections.sequential.StrictPriority3.
    Definition Classes
    StrictTraverserOps
  61. 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 String4 to StrictSeqOps[Int, Seq[_]] performed by method SeqToStringOps in basis.collections.sequential.StrictPriority3.
    Definition Classes
    StrictSeqOps
  62. 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 String4 to StrictContainerOps[Int, Container[_]] performed by method ContainerToStrictOps in basis.collections.sequential.StrictPriority3.
    Definition Classes
    StrictContainerOps
  63. 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 String4 to StrictCollectionOps[Int, Collection[_]] performed by method CollectionToStrictOps in basis.collections.sequential.StrictPriority3.
    Definition Classes
    StrictCollectionOps
  64. macro def map[B](f: (Int) ⇒ B)(implicit builder: Builder[B] with From[IndexedSeq[_]]): (builder)#State

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from String4 to GeneralIndexedSeqOps[Int] performed by method IndexedSeqToGeneralOps in basis.collections.sequential.GeneralPriority2.
    Definition Classes
    GeneralIndexedSeqOps
  76. 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
  77. 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
  78. final def ne(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from String4 to StrictIndexedSeqOps[Int, IndexedSeq[_]] performed by method IndexedSeqToStrictOps in basis.collections.sequential.StrictPriority2.
    Definition Classes
    StrictIndexedSeqOps
  93. 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
  94. def show: String

    Permalink

    Returns this string, quoted and escaped.

    Returns this string, quoted and escaped.

    Definition Classes
    UTF
  95. 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 String4 to StrictSeqOps[Int, Seq[_]] performed by method SeqToStringOps in basis.collections.sequential.StrictPriority3.
    Definition Classes
    StrictSeqOps
  96. 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 String4 to StrictSeqOps[Int, Seq[_]] performed by method SeqToStringOps in basis.collections.sequential.StrictPriority3.
    Definition Classes
    StrictSeqOps
  97. def stringPrefix: String

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

    Permalink
    Definition Classes
    AnyRef
  99. def toString(): String

    Permalink

    Returns a Java String equivalent to this string.

    Returns a Java String equivalent to this string.

    Definition Classes
    UTF32UTFContainerCollection → Any
  100. def toUString: UString

    Permalink

    Returns the Java String equivalent of this string.

    Returns the Java String equivalent of this string.

    Definition Classes
    UTF
  101. def traverse(f: (Int) ⇒ Unit): Unit

    Permalink

    Sequentially applies a function to each code point in this string.

    Sequentially applies a function to each code point in this string. Applies the replacement character U+FFFD in lieu of invalid characters.

    Definition Classes
    UTF32IndexedSeqContainerTraverser
  102. 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
  103. 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
  104. 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
    UTF32UTF
  105. 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
    UTF32UTF
  106. 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
  107. 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
    UTF
  108. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  111. 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 String4 to StrictSeqOps[Int, Seq[_]] performed by method SeqToStringOps in basis.collections.sequential.StrictPriority3.
    Definition Classes
    StrictSeqOps
  112. 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 String4 to StrictContainerOps[Int, Container[_]] performed by method ContainerToStrictOps in basis.collections.sequential.StrictPriority3.
    Definition Classes
    StrictContainerOps
  113. macro def zip[B](those: IndexedSeq[B])(implicit builder: Builder[(Int, B)] with From[IndexedSeq[_]]): (builder)#State

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

Shadowed Implicit Value Members

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from String4 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:
    (string4: 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 String4 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:
    (string4: 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 String4 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:
    (string4: 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 String4 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:
    (string4: GeneralCollectionOps[Int]).count(p)
    Definition Classes
    GeneralCollectionOps
  5. macro def count(p: (Int) ⇒ Boolean): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from String4 to GeneralIndexedSeqOps[Int] 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:
    (string4: GeneralIndexedSeqOps[Int]).count(p)
    Definition Classes
    GeneralIndexedSeqOps
  6. 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 String4 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:
    (string4: StrictTraverserOps[Int, Traverser[_]]).drop(lower)(builder)
    Definition Classes
    StrictTraverserOps
  7. 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 String4 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:
    (string4: StrictSeqOps[Int, Seq[_]]).drop(lower)(builder)
    Definition Classes
    StrictSeqOps
  8. 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 String4 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:
    (string4: StrictContainerOps[Int, Container[_]]).drop(lower)(builder)
    Definition Classes
    StrictContainerOps
  9. 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 String4 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:
    (string4: StrictCollectionOps[Int, Collection[_]]).drop(lower)(builder)
    Definition Classes
    StrictCollectionOps
  10. macro def drop(lower: Int)(implicit builder: Builder[Int] with From[IndexedSeq[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from String4 to StrictIndexedSeqOps[Int, 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:
    (string4: StrictIndexedSeqOps[Int, IndexedSeq[_]]).drop(lower)(builder)
    Definition Classes
    StrictIndexedSeqOps
  11. 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 String4 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:
    (string4: StrictTraverserOps[Int, Traverser[_]]).dropWhile(p)(builder)
    Definition Classes
    StrictTraverserOps
  12. 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 String4 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:
    (string4: StrictSeqOps[Int, Seq[_]]).dropWhile(p)(builder)
    Definition Classes
    StrictSeqOps
  13. 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 String4 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:
    (string4: StrictContainerOps[Int, Container[_]]).dropWhile(p)(builder)
    Definition Classes
    StrictContainerOps
  14. 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 String4 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:
    (string4: StrictCollectionOps[Int, Collection[_]]).dropWhile(p)(builder)
    Definition Classes
    StrictCollectionOps
  15. macro def dropWhile(p: (Int) ⇒ Boolean)(implicit builder: Builder[Int] with From[IndexedSeq[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from String4 to StrictIndexedSeqOps[Int, 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:
    (string4: StrictIndexedSeqOps[Int, IndexedSeq[_]]).dropWhile(p)(builder)
    Definition Classes
    StrictIndexedSeqOps
  16. def eagerly: StrictTraverserOps[Int, Traverser[_]]

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from String4 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:
    (string4: GeneralCollectionOps[Int]).eagerly
    Definition Classes
    GeneralCollectionOps
  20. macro def eagerly: StrictIndexedSeqOps[Int, IndexedSeq[_]]

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from String4 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:
    (string4: GeneralCollectionOps[Int]).exists(p)
    Definition Classes
    GeneralCollectionOps
  25. macro def exists(p: (Int) ⇒ Boolean): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from String4 to GeneralIndexedSeqOps[Int] 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:
    (string4: GeneralIndexedSeqOps[Int]).exists(p)
    Definition Classes
    GeneralIndexedSeqOps
  26. 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 String4 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:
    (string4: StrictTraverserOps[Int, Traverser[_]]).filter(p)(builder)
    Definition Classes
    StrictTraverserOps
  27. 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 String4 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:
    (string4: StrictSeqOps[Int, Seq[_]]).filter(p)(builder)
    Definition Classes
    StrictSeqOps
  28. 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 String4 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:
    (string4: StrictContainerOps[Int, Container[_]]).filter(p)(builder)
    Definition Classes
    StrictContainerOps
  29. 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 String4 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:
    (string4: StrictCollectionOps[Int, Collection[_]]).filter(p)(builder)
    Definition Classes
    StrictCollectionOps
  30. macro def filter(p: (Int) ⇒ Boolean)(implicit builder: Builder[Int] with From[IndexedSeq[_]]): (builder)#State

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

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

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

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

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

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from String4 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:
    (string4: GeneralCollectionOps[Int]).forall(p)
    Definition Classes
    GeneralCollectionOps
  40. macro def forall(p: (Int) ⇒ Boolean): Boolean

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from String4 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:
    (string4: GeneralCollectionOps[Int]).lazily
    Definition Classes
    GeneralCollectionOps
  45. macro def lazily: NonStrictIndexedSeqOps[Int]

    Permalink
    Implicit information
    This member is added by an implicit conversion from String4 to GeneralIndexedSeqOps[Int] 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:
    (string4: GeneralIndexedSeqOps[Int]).lazily
    Definition Classes
    GeneralIndexedSeqOps
  46. 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 String4 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:
    (string4: StrictTraverserOps[Int, Traverser[_]]).slice(lower, upper)(builder)
    Definition Classes
    StrictTraverserOps
  47. 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 String4 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:
    (string4: StrictSeqOps[Int, Seq[_]]).slice(lower, upper)(builder)
    Definition Classes
    StrictSeqOps
  48. 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 String4 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:
    (string4: StrictContainerOps[Int, Container[_]]).slice(lower, upper)(builder)
    Definition Classes
    StrictContainerOps
  49. 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 String4 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:
    (string4: StrictCollectionOps[Int, Collection[_]]).slice(lower, upper)(builder)
    Definition Classes
    StrictCollectionOps
  50. macro def slice(lower: Int, upper: Int)(implicit builder: Builder[Int] with From[IndexedSeq[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from String4 to StrictIndexedSeqOps[Int, 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:
    (string4: StrictIndexedSeqOps[Int, IndexedSeq[_]]).slice(lower, upper)(builder)
    Definition Classes
    StrictIndexedSeqOps
  51. 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 String4 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:
    (string4: StrictTraverserOps[Int, Traverser[_]]).span(p)(builder1, builder2)
    Definition Classes
    StrictTraverserOps
  52. 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 String4 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:
    (string4: StrictSeqOps[Int, Seq[_]]).span(p)(builder1, builder2)
    Definition Classes
    StrictSeqOps
  53. 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 String4 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:
    (string4: StrictContainerOps[Int, Container[_]]).span(p)(builder1, builder2)
    Definition Classes
    StrictContainerOps
  54. 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 String4 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:
    (string4: StrictCollectionOps[Int, Collection[_]]).span(p)(builder1, builder2)
    Definition Classes
    StrictCollectionOps
  55. macro def span(p: (Int) ⇒ Boolean)(implicit builder1: Builder[Int] with From[IndexedSeq[_]], builder2: Builder[Int] with From[IndexedSeq[_]]): ((builder1)#State, (builder2)#State)

    Permalink
    Implicit information
    This member is added by an implicit conversion from String4 to StrictIndexedSeqOps[Int, 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:
    (string4: StrictIndexedSeqOps[Int, IndexedSeq[_]]).span(p)(builder1, builder2)
    Definition Classes
    StrictIndexedSeqOps
  56. 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 String4 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:
    (string4: StrictTraverserOps[Int, Traverser[_]]).take(upper)(builder)
    Definition Classes
    StrictTraverserOps
  57. 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 String4 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:
    (string4: StrictSeqOps[Int, Seq[_]]).take(upper)(builder)
    Definition Classes
    StrictSeqOps
  58. 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 String4 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:
    (string4: StrictContainerOps[Int, Container[_]]).take(upper)(builder)
    Definition Classes
    StrictContainerOps
  59. 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 String4 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:
    (string4: StrictCollectionOps[Int, Collection[_]]).take(upper)(builder)
    Definition Classes
    StrictCollectionOps
  60. macro def take(upper: Int)(implicit builder: Builder[Int] with From[IndexedSeq[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from String4 to StrictIndexedSeqOps[Int, 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:
    (string4: StrictIndexedSeqOps[Int, IndexedSeq[_]]).take(upper)(builder)
    Definition Classes
    StrictIndexedSeqOps
  61. 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 String4 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:
    (string4: StrictTraverserOps[Int, Traverser[_]]).takeWhile(p)(builder)
    Definition Classes
    StrictTraverserOps
  62. 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 String4 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:
    (string4: StrictSeqOps[Int, Seq[_]]).takeWhile(p)(builder)
    Definition Classes
    StrictSeqOps
  63. 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 String4 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:
    (string4: StrictContainerOps[Int, Container[_]]).takeWhile(p)(builder)
    Definition Classes
    StrictContainerOps
  64. 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 String4 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:
    (string4: StrictCollectionOps[Int, Collection[_]]).takeWhile(p)(builder)
    Definition Classes
    StrictCollectionOps
  65. macro def takeWhile(p: (Int) ⇒ Boolean)(implicit builder: Builder[Int] with From[IndexedSeq[_]]): (builder)#State

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from String4 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:
    (string4: StrictCollectionOps[Int, Collection[_]]).withFilter(p)
    Definition Classes
    StrictCollectionOps
  70. def withFilter(p: (Int) ⇒ Boolean): IndexedSeq[Int]

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

Inherited from UTF32

Inherited from UTF

Inherited from IndexedSeq[Int]

Inherited from Seq[Int]

Inherited from Container[Int]

Inherited from Collection[Int]

Inherited from Traverser[Int]

Inherited from basis.Family[String4]

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion TraverserToStrictOps from String4 to StrictTraverserOps[Int, Traverser[_]]

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

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

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

Inherited by implicit conversion IndexedSeqToStrictOps from String4 to StrictIndexedSeqOps[Int, IndexedSeq[_]]

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

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

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

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

Inherited by implicit conversion IndexedSeqToGeneralOps from String4 to GeneralIndexedSeqOps[Int]

Indexing

Measuring

Ungrouped