Packages

c

scala.tools.nsc.util

JavaCharArrayReader

class JavaCharArrayReader extends Iterator[Char] with Cloneable

Source
JavaCharArrayReader.scala
Linear Supertypes
Cloneable, java.lang.Cloneable, collection.Iterator[Char], IterableOnceOps[Char, collection.Iterator, collection.Iterator[Char]], collection.IterableOnce[Char], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JavaCharArrayReader
  2. Cloneable
  3. Cloneable
  4. Iterator
  5. IterableOnceOps
  6. IterableOnce
  7. AnyRef
  8. Any
Implicitly
  1. by iterableOnceExtensionMethods
  2. by any2stringadd
  3. by StringFormat
  4. by Ensuring
  5. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JavaCharArrayReader(buf: ofChar, decodeUni: Boolean, error: (String) ⇒ Unit)
  2. new JavaCharArrayReader(buf: ofChar, start: Int, decodeUni: Boolean, error: (String) ⇒ Unit)

Type Members

  1. class GroupedIterator[B >: A] extends AbstractIterator[collection.Seq[B]]
    Definition Classes
    Iterator

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from JavaCharArrayReader to any2stringadd[JavaCharArrayReader] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ++[B >: Char](xs: ⇒ collection.IterableOnce[B]): collection.Iterator[B]
    Definition Classes
    Iterator
    Annotations
    @inline()
  5. def ->[B](y: B): (JavaCharArrayReader, B)
    Implicit
    This member is added by an implicit conversion from JavaCharArrayReader to ArrowAssoc[JavaCharArrayReader] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  7. def addString(b: collection.mutable.StringBuilder): collection.mutable.StringBuilder
    Definition Classes
    IterableOnceOps
  8. def addString(b: collection.mutable.StringBuilder, sep: String): collection.mutable.StringBuilder
    Definition Classes
    IterableOnceOps
  9. def addString(b: collection.mutable.StringBuilder, start: String, sep: String, end: String): b.type
    Definition Classes
    IterableOnceOps
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. var bp: Int
  12. def buffered: collection.BufferedIterator[Char]
    Definition Classes
    Iterator
  13. var ch: Char

    the line and column position of the current character

  14. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  15. def collect[B](pf: PartialFunction[Char, B]): collection.Iterator[B]
    Definition Classes
    Iterator → IterableOnceOps
  16. def collectFirst[B](pf: PartialFunction[Char, B]): Option[B]
    Definition Classes
    IterableOnceOps
  17. def concat[B >: Char](xs: ⇒ collection.IterableOnce[B]): collection.Iterator[B]
    Definition Classes
    Iterator
  18. def contains(elem: Any): Boolean
    Definition Classes
    Iterator
  19. def copy: JavaCharArrayReader
  20. def copyToArray[B >: Char](xs: Array[B], start: Int, len: Int): xs.type
    Definition Classes
    IterableOnceOps
  21. def copyToArray[B >: Char](xs: Array[B], start: Int): xs.type
    Definition Classes
    IterableOnceOps
  22. def count(p: (Char) ⇒ Boolean): Int
    Definition Classes
    IterableOnceOps
  23. def cpos: Int
  24. def distinct: collection.Iterator[Char]
    Definition Classes
    Iterator
  25. def distinctBy[B](f: (Char) ⇒ B): collection.Iterator[Char]
    Definition Classes
    Iterator
  26. def drop(n: Int): collection.Iterator[Char]
    Definition Classes
    Iterator → IterableOnceOps
  27. def dropWhile(p: (Char) ⇒ Boolean): collection.Iterator[Char]
    Definition Classes
    Iterator → IterableOnceOps
  28. def ensuring(cond: (JavaCharArrayReader) ⇒ Boolean, msg: ⇒ Any): JavaCharArrayReader
    Implicit
    This member is added by an implicit conversion from JavaCharArrayReader to Ensuring[JavaCharArrayReader] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  29. def ensuring(cond: (JavaCharArrayReader) ⇒ Boolean): JavaCharArrayReader
    Implicit
    This member is added by an implicit conversion from JavaCharArrayReader to Ensuring[JavaCharArrayReader] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  30. def ensuring(cond: Boolean, msg: ⇒ Any): JavaCharArrayReader
    Implicit
    This member is added by an implicit conversion from JavaCharArrayReader to Ensuring[JavaCharArrayReader] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  31. def ensuring(cond: Boolean): JavaCharArrayReader
    Implicit
    This member is added by an implicit conversion from JavaCharArrayReader to Ensuring[JavaCharArrayReader] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  32. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  34. def exists(p: (Char) ⇒ Boolean): Boolean
    Definition Classes
    IterableOnceOps
  35. def filter(p: (Char) ⇒ Boolean): collection.Iterator[Char]
    Definition Classes
    Iterator → IterableOnceOps
  36. def filterNot(p: (Char) ⇒ Boolean): collection.Iterator[Char]
    Definition Classes
    Iterator → IterableOnceOps
  37. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  38. def find(p: (Char) ⇒ Boolean): Option[Char]
    Definition Classes
    IterableOnceOps
  39. def flatMap[B](f: (Char) ⇒ collection.IterableOnce[B]): collection.Iterator[B]
    Definition Classes
    Iterator → IterableOnceOps
  40. def flatten[B](implicit ev: (Char) ⇒ collection.IterableOnce[B]): collection.Iterator[B]
    Definition Classes
    Iterator → IterableOnceOps
  41. def foldLeft[B](z: B)(op: (B, Char) ⇒ B): B
    Definition Classes
    IterableOnceOps
  42. def foldRight[B](z: B)(op: (Char, B) ⇒ B): B
    Definition Classes
    IterableOnceOps
  43. def forall(p: (Char) ⇒ Boolean): Boolean
    Definition Classes
    IterableOnceOps
  44. def foreach[U](f: (Char) ⇒ U): Unit
    Definition Classes
    IterableOnceOps
  45. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from JavaCharArrayReader to StringFormat[JavaCharArrayReader] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  46. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  47. def grouped[B >: Char](size: Int): GroupedIterator[B]
    Definition Classes
    Iterator
  48. def hasNext: Boolean
    Definition Classes
    JavaCharArrayReader → Iterator
  49. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  50. def indexOf[B >: Char](elem: B, from: Int): Int
    Definition Classes
    Iterator
  51. def indexOf[B >: Char](elem: B): Int
    Definition Classes
    Iterator
  52. def indexWhere(p: (Char) ⇒ Boolean, from: Int): Int
    Definition Classes
    Iterator
  53. def isEmpty: Boolean
    Definition Classes
    IterableOnceOps
  54. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  55. var isUnicode: Boolean
  56. def iterator(): collection.Iterator[Char]
    Definition Classes
    Iterator → IterableOnce
  57. def knownSize: Int
    Definition Classes
    IterableOnceOps
  58. final def length: Int
    Definition Classes
    Iterator
  59. def map[B](f: (Char) ⇒ B): collection.Iterator[B]
    Definition Classes
    Iterator → IterableOnceOps
  60. def max[B >: Char](implicit ord: math.Ordering[B]): Char
    Definition Classes
    IterableOnceOps
  61. def maxBy[B](f: (Char) ⇒ B)(implicit cmp: math.Ordering[B]): Char
    Definition Classes
    IterableOnceOps
  62. def min[B >: Char](implicit ord: math.Ordering[B]): Char
    Definition Classes
    IterableOnceOps
  63. def minBy[B](f: (Char) ⇒ B)(implicit cmp: math.Ordering[B]): Char
    Definition Classes
    IterableOnceOps
  64. def mkString: String
    Definition Classes
    IterableOnceOps
  65. def mkString(sep: String): String
    Definition Classes
    IterableOnceOps
  66. def mkString(start: String, sep: String, end: String): String
    Definition Classes
    IterableOnceOps
  67. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  68. def next(): Char
    Definition Classes
    JavaCharArrayReader → Iterator
  69. def nextOption(): Option[Char]
    Definition Classes
    Iterator
  70. def nonEmpty: Boolean
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding( ... , "2.13.0" )
  71. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  72. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  73. def patch[B >: Char](from: Int, patchElems: collection.Iterator[B], replaced: Int): collection.Iterator[B]
    Definition Classes
    Iterator
  74. def product[B >: Char](implicit num: math.Numeric[B]): B
    Definition Classes
    IterableOnceOps
  75. def reduce[B >: Char](op: (B, B) ⇒ B): B
    Definition Classes
    IterableOnceOps
  76. def reduceLeft[B >: Char](op: (B, Char) ⇒ B): B
    Definition Classes
    IterableOnceOps
  77. def reduceLeftOption[B >: Char](op: (B, Char) ⇒ B): Option[B]
    Definition Classes
    IterableOnceOps
  78. def reduceOption[B >: Char](op: (B, B) ⇒ B): Option[B]
    Definition Classes
    IterableOnceOps
  79. def reduceRight[B >: Char](op: (Char, B) ⇒ B): B
    Definition Classes
    IterableOnceOps
  80. def reduceRightOption[B >: Char](op: (Char, B) ⇒ B): Option[B]
    Definition Classes
    IterableOnceOps
  81. def reversed: collection.Iterable[Char]
    Attributes
    protected[this]
    Definition Classes
    IterableOnceOps
  82. def sameElements[B >: Char](that: collection.IterableOnce[B]): Boolean
    Definition Classes
    Iterator
  83. def scanLeft[B](z: B)(op: (B, Char) ⇒ B): collection.Iterator[B]
    Definition Classes
    Iterator → IterableOnceOps
  84. def size: Int
    Definition Classes
    IterableOnceOps
  85. def slice(from: Int, until: Int): collection.Iterator[Char]
    Definition Classes
    Iterator → IterableOnceOps
  86. def sliceIterator(from: Int, until: Int): collection.Iterator[Char]
    Attributes
    protected
    Definition Classes
    Iterator
  87. def sliding[B >: Char](size: Int, step: Int): GroupedIterator[B]
    Definition Classes
    Iterator
  88. def span(p: (Char) ⇒ Boolean): (collection.Iterator[Char], collection.Iterator[Char])
    Definition Classes
    Iterator → IterableOnceOps
  89. def sum[B >: Char](implicit num: math.Numeric[B]): B
    Definition Classes
    IterableOnceOps
  90. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  91. def take(n: Int): collection.Iterator[Char]
    Definition Classes
    Iterator → IterableOnceOps
  92. def takeWhile(p: (Char) ⇒ Boolean): collection.Iterator[Char]
    Definition Classes
    Iterator → IterableOnceOps
  93. def to[C1](factory: Factory[Char, C1]): C1
    Definition Classes
    IterableOnceOps
  94. def toArray[B >: Char](implicit arg0: ClassTag[B]): Array[B]
    Definition Classes
    IterableOnceOps
  95. def toIndexedSeq: collection.immutable.IndexedSeq[Char]
    Definition Classes
    IterableOnceOps
  96. def toList: collection.immutable.List[Char]
    Definition Classes
    IterableOnceOps
  97. def toMap[K, V](implicit ev: <:<[Char, (K, V)]): Map[K, V]
    Definition Classes
    IterableOnceOps
  98. def toSeq: collection.immutable.Seq[Char]
    Definition Classes
    IterableOnceOps
  99. def toSet[B >: Char]: collection.immutable.Set[B]
    Definition Classes
    IterableOnceOps
  100. def toString(): String
    Definition Classes
    Iterator → AnyRef → Any
  101. def toVector: collection.immutable.Vector[Char]
    Definition Classes
    IterableOnceOps
  102. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  103. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  104. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  105. def withFilter(p: (Char) ⇒ Boolean): collection.Iterator[Char]
    Definition Classes
    Iterator
  106. def zip[B](that: collection.IterableOnce[B]): collection.Iterator[(Char, B)]
    Definition Classes
    Iterator
  107. def zipAll[A1 >: Char, B](that: collection.IterableOnce[B], thisElem: A1, thatElem: B): collection.Iterator[(A1, B)]
    Definition Classes
    Iterator
  108. def zipWithIndex: collection.Iterator[(Char, Int)]
    Definition Classes
    Iterator → IterableOnceOps
  109. def [B](y: B): (JavaCharArrayReader, B)
    Implicit
    This member is added by an implicit conversion from JavaCharArrayReader to ArrowAssoc[JavaCharArrayReader] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def /:[B](z: B)(op: (B, Char) ⇒ B): B
    Implicit
    This member is added by an implicit conversion from JavaCharArrayReader to IterableOnceExtensionMethods[Char] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (javaCharArrayReader: IterableOnceExtensionMethods[Char])./:(z)(op)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator().foldLeft instead of /: on IterableOnce

  2. final def /:[B](z: B)(op: (B, Char) ⇒ B): B
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use foldLeft instead of /:

  3. def :\[B](z: B)(op: (Char, B) ⇒ B): B
    Implicit
    This member is added by an implicit conversion from JavaCharArrayReader to IterableOnceExtensionMethods[Char] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (javaCharArrayReader: IterableOnceExtensionMethods[Char]).:\(z)(op)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator().foldRight instead of :\ on IterableOnce

  4. final def :\[B](z: B)(op: (Char, B) ⇒ B): B
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use foldRight instead of :\

  5. def find(p: (Char) ⇒ Boolean): Option[Char]
    Implicit
    This member is added by an implicit conversion from JavaCharArrayReader to IterableOnceExtensionMethods[Char] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (javaCharArrayReader: IterableOnceExtensionMethods[Char]).find(p)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator().find instead of .find on IterableOnce

  6. def flatMap[B](f: (Char) ⇒ collection.IterableOnce[B]): collection.IterableOnce[B]
    Implicit
    This member is added by an implicit conversion from JavaCharArrayReader to IterableOnceExtensionMethods[Char] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (javaCharArrayReader: IterableOnceExtensionMethods[Char]).flatMap(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator().flatMap instead of .flatMap on IterableOnce or consider requiring an Iterable

  7. def foldLeft[B](z: B)(op: (B, Char) ⇒ B): B
    Implicit
    This member is added by an implicit conversion from JavaCharArrayReader to IterableOnceExtensionMethods[Char] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (javaCharArrayReader: IterableOnceExtensionMethods[Char]).foldLeft(z)(op)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator().foldLeft instead of .foldLeft on IterableOnce

  8. def foldRight[B](z: B)(op: (Char, B) ⇒ B): B
    Implicit
    This member is added by an implicit conversion from JavaCharArrayReader to IterableOnceExtensionMethods[Char] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (javaCharArrayReader: IterableOnceExtensionMethods[Char]).foldRight(z)(op)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator().foldRight instead of .foldLeft on IterableOnce

  9. def foreach[U](f: (Char) ⇒ U): Unit
    Implicit
    This member is added by an implicit conversion from JavaCharArrayReader to IterableOnceExtensionMethods[Char] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (javaCharArrayReader: IterableOnceExtensionMethods[Char]).foreach(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator().foreach(...) instead of .foreach(...) on IterableOnce

  10. def isEmpty: Boolean
    Implicit
    This member is added by an implicit conversion from JavaCharArrayReader to IterableOnceExtensionMethods[Char] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (javaCharArrayReader: IterableOnceExtensionMethods[Char]).isEmpty
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator().isEmpty instead of .isEmpty on IterableOnce

  11. def map[B](f: (Char) ⇒ B): collection.IterableOnce[B]
    Implicit
    This member is added by an implicit conversion from JavaCharArrayReader to IterableOnceExtensionMethods[Char] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (javaCharArrayReader: IterableOnceExtensionMethods[Char]).map(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator().map instead of .map on IterableOnce or consider requiring an Iterable

  12. def mkString: String
    Implicit
    This member is added by an implicit conversion from JavaCharArrayReader to IterableOnceExtensionMethods[Char] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (javaCharArrayReader: IterableOnceExtensionMethods[Char]).mkString
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator().mkString instead of .mkString on IterableOnce

  13. def mkString(sep: String): String
    Implicit
    This member is added by an implicit conversion from JavaCharArrayReader to IterableOnceExtensionMethods[Char] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (javaCharArrayReader: IterableOnceExtensionMethods[Char]).mkString(sep)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator().mkString instead of .mkString on IterableOnce

  14. def mkString(start: String, sep: String, end: String): String
    Implicit
    This member is added by an implicit conversion from JavaCharArrayReader to IterableOnceExtensionMethods[Char] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (javaCharArrayReader: IterableOnceExtensionMethods[Char]).mkString(start, sep, end)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator().mkString instead of .mkString on IterableOnce

  15. def sameElements[B >: A](that: collection.IterableOnce[B]): Boolean
    Implicit
    This member is added by an implicit conversion from JavaCharArrayReader to IterableOnceExtensionMethods[Char] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (javaCharArrayReader: IterableOnceExtensionMethods[Char]).sameElements(that)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator().sameElements for sameElements on Iterable or IterableOnce

  16. def to[C1](factory: Factory[Char, C1]): C1
    Implicit
    This member is added by an implicit conversion from JavaCharArrayReader to IterableOnceExtensionMethods[Char] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (javaCharArrayReader: IterableOnceExtensionMethods[Char]).to(factory)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use factory.from(it) instead of it.to(factory) for IterableOnce

  17. def toArray[B >: A](implicit arg0: ClassTag[B]): Array[B]
    Implicit
    This member is added by an implicit conversion from JavaCharArrayReader to IterableOnceExtensionMethods[Char] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (javaCharArrayReader: IterableOnceExtensionMethods[Char]).toArray(arg0)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use ArrayBuffer.from(it).toArray

  18. def toBuffer[B >: A]: Buffer[B]
    Implicit
    This member is added by an implicit conversion from JavaCharArrayReader to IterableOnceExtensionMethods[Char] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (javaCharArrayReader: IterableOnceExtensionMethods[Char]).toBuffer
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use ArrayBuffer.from(it) instead of it.toBuffer

  19. final def toBuffer[B >: Char]: Buffer[B]
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use ArrayBuffer.from(it) instead of it.toBuffer

  20. final def toIterable: collection.Iterable[Char]
    Implicit
    This member is added by an implicit conversion from JavaCharArrayReader to IterableOnceExtensionMethods[Char] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use Iterable.from(it) instead of it.toIterable

  21. def toIterator: collection.Iterator[Char]
    Implicit
    This member is added by an implicit conversion from JavaCharArrayReader to IterableOnceExtensionMethods[Char] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (javaCharArrayReader: IterableOnceExtensionMethods[Char]).toIterator
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) toIterator has been renamed to iterator()

  22. final def toIterator: collection.Iterator[Char]
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

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

  23. def toList: collection.immutable.List[Char]
    Implicit
    This member is added by an implicit conversion from JavaCharArrayReader to IterableOnceExtensionMethods[Char] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (javaCharArrayReader: IterableOnceExtensionMethods[Char]).toList
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use List.from(it) instead of it.toList

  24. def toMap[K, V](implicit ev: <:<[Char, (K, V)]): Map[K, V]
    Implicit
    This member is added by an implicit conversion from JavaCharArrayReader to IterableOnceExtensionMethods[Char] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (javaCharArrayReader: IterableOnceExtensionMethods[Char]).toMap(ev)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use Map.from(it) instead of it.toVector on IterableOnce

  25. def toSeq: collection.immutable.Seq[Char]
    Implicit
    This member is added by an implicit conversion from JavaCharArrayReader to IterableOnceExtensionMethods[Char] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (javaCharArrayReader: IterableOnceExtensionMethods[Char]).toSeq
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use Seq.from(it) instead of it.toSeq

  26. def toSet[B >: A]: collection.immutable.Set[B]
    Implicit
    This member is added by an implicit conversion from JavaCharArrayReader to IterableOnceExtensionMethods[Char] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (javaCharArrayReader: IterableOnceExtensionMethods[Char]).toSet
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use Set.from(it) instead of it.toSet

  27. def toStream: collection.immutable.Stream[Char]
    Implicit
    This member is added by an implicit conversion from JavaCharArrayReader to IterableOnceExtensionMethods[Char] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (javaCharArrayReader: IterableOnceExtensionMethods[Char]).toStream
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use Stream.from(it) instead of it.toStream

  28. final def toStream: collection.immutable.Stream[Char]
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use Stream.from(it) instead of it.toStream

  29. def toVector: collection.immutable.Vector[Char]
    Implicit
    This member is added by an implicit conversion from JavaCharArrayReader to IterableOnceExtensionMethods[Char] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (javaCharArrayReader: IterableOnceExtensionMethods[Char]).toVector
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use Vector.from(it) instead of it.toVector on IterableOnce

Inherited from Cloneable

Inherited from java.lang.Cloneable

Inherited from collection.Iterator[Char]

Inherited from IterableOnceOps[Char, collection.Iterator, collection.Iterator[Char]]

Inherited from collection.IterableOnce[Char]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion iterableOnceExtensionMethods from JavaCharArrayReader to IterableOnceExtensionMethods[Char]

Inherited by implicit conversion any2stringadd from JavaCharArrayReader to any2stringadd[JavaCharArrayReader]

Inherited by implicit conversion StringFormat from JavaCharArrayReader to StringFormat[JavaCharArrayReader]

Inherited by implicit conversion Ensuring from JavaCharArrayReader to Ensuring[JavaCharArrayReader]

Inherited by implicit conversion ArrowAssoc from JavaCharArrayReader to ArrowAssoc[JavaCharArrayReader]

Ungrouped