trait ReplDir extends AbstractFile with Clearable

Directory to save .class files to.

Source
ReplDir.scala
Linear Supertypes
Clearable, AbstractFile, AbstractIterable[AbstractFile], collection.Iterable[AbstractFile], Serializable, java.io.Serializable, IterableOps[AbstractFile, collection.Iterable, collection.Iterable[AbstractFile]], IterableOnceOps[AbstractFile, collection.Iterable, collection.Iterable[AbstractFile]], collection.IterableOnce[AbstractFile], AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReplDir
  2. Clearable
  3. AbstractFile
  4. AbstractIterable
  5. Iterable
  6. Serializable
  7. Serializable
  8. IterableOps
  9. IterableOnceOps
  10. IterableOnce
  11. AnyRef
  12. 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

Type Members

  1. type IterableCC[X] = collection.Iterable[X]
    Attributes
    protected
    Definition Classes
    IterableOps

Abstract Value Members

  1. abstract def absolute: AbstractFile
    Definition Classes
    AbstractFile
  2. abstract def clear(): Unit
    Definition Classes
    Clearable
  3. abstract def container: AbstractFile
    Definition Classes
    AbstractFile
  4. abstract def create(): Unit
    Definition Classes
    AbstractFile
  5. abstract def delete(): Unit
    Definition Classes
    AbstractFile
  6. abstract def file: File
    Definition Classes
    AbstractFile
  7. abstract def input: InputStream
    Definition Classes
    AbstractFile
  8. abstract def isDirectory: Boolean
    Definition Classes
    AbstractFile
  9. abstract def iterator: Iterator[AbstractFile]
    Definition Classes
    AbstractFile → IterableOnce
  10. abstract def lastModified: Long
    Definition Classes
    AbstractFile
  11. abstract def lookupName(name: String, directory: Boolean): AbstractFile
    Definition Classes
    AbstractFile
  12. abstract def lookupNameUnchecked(name: String, directory: Boolean): AbstractFile
    Definition Classes
    AbstractFile
  13. abstract def name: String
    Definition Classes
    AbstractFile
  14. abstract def output: OutputStream
    Definition Classes
    AbstractFile
  15. abstract def path: String
    Definition Classes
    AbstractFile

Concrete 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 ReplDir toany2stringadd[ReplDir] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. final def ++[B >: AbstractFile](suffix: collection.IterableOnce[B]): collection.Iterable[B]
    Definition Classes
    IterableOps
    Annotations
    @inline()
  5. def ->[B](y: B): (ReplDir, B)
    Implicit
    This member is added by an implicit conversion from ReplDir toArrowAssoc[ReplDir] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  7. final def addString(b: collection.mutable.StringBuilder): collection.mutable.StringBuilder
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  8. final def addString(b: collection.mutable.StringBuilder, sep: String): collection.mutable.StringBuilder
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  9. def addString(b: collection.mutable.StringBuilder, start: String, sep: String, end: String): collection.mutable.StringBuilder
    Definition Classes
    IterableOnceOps
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def bufferedOutput: BufferedOutputStream
    Definition Classes
    AbstractFile
  12. def canonicalPath: String
    Definition Classes
    AbstractFile
  13. def className: String
    Attributes
    protected[this]
    Definition Classes
    Iterable
  14. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws(classOf[java.lang.CloneNotSupportedException])
  15. def coll: ReplDir.this.type
    Attributes
    protected
    Definition Classes
    Iterable → IterableOps
  16. def collect[B](pf: PartialFunction[AbstractFile, B]): collection.Iterable[B]
    Definition Classes
    IterableOps → IterableOnceOps
  17. def collectFirst[B](pf: PartialFunction[AbstractFile, B]): Option[B]
    Definition Classes
    IterableOnceOps
  18. def concat[B >: AbstractFile](suffix: collection.IterableOnce[B]): collection.Iterable[B]
    Definition Classes
    IterableOps
  19. def copyToArray[B >: AbstractFile](xs: Array[B], start: Int, len: Int): Int
    Definition Classes
    IterableOnceOps
  20. def copyToArray[B >: AbstractFile](xs: Array[B], start: Int): Int
    Definition Classes
    IterableOnceOps
  21. def copyToArray[B >: AbstractFile](xs: Array[B]): Int
    Definition Classes
    IterableOnceOps
  22. def corresponds[B](that: collection.IterableOnce[B])(p: (AbstractFile, B) ⇒ Boolean): Boolean
    Definition Classes
    IterableOnceOps
  23. def count(p: (AbstractFile) ⇒ Boolean): Int
    Definition Classes
    IterableOnceOps
  24. def drop(n: Int): collection.Iterable[AbstractFile]
    Definition Classes
    IterableOps → IterableOnceOps
  25. def dropRight(n: Int): collection.Iterable[AbstractFile]
    Definition Classes
    IterableOps
  26. def dropWhile(p: (AbstractFile) ⇒ Boolean): collection.Iterable[AbstractFile]
    Definition Classes
    IterableOps → IterableOnceOps
  27. def ensuring(cond: (ReplDir) ⇒ Boolean, msg: ⇒ Any): ReplDir
    Implicit
    This member is added by an implicit conversion from ReplDir toEnsuring[ReplDir] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  28. def ensuring(cond: (ReplDir) ⇒ Boolean): ReplDir
    Implicit
    This member is added by an implicit conversion from ReplDir toEnsuring[ReplDir] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  29. def ensuring(cond: Boolean, msg: ⇒ Any): ReplDir
    Implicit
    This member is added by an implicit conversion from ReplDir toEnsuring[ReplDir] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  30. def ensuring(cond: Boolean): ReplDir
    Implicit
    This member is added by an implicit conversion from ReplDir toEnsuring[ReplDir] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  31. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  33. def exists: Boolean
    Definition Classes
    AbstractFile
  34. def exists(p: (AbstractFile) ⇒ Boolean): Boolean
    Definition Classes
    IterableOnceOps
  35. def fileNamed(name: String): AbstractFile
    Definition Classes
    AbstractFile
  36. def filter(pred: (AbstractFile) ⇒ Boolean): collection.Iterable[AbstractFile]
    Definition Classes
    IterableOps → IterableOnceOps
  37. def filterNot(pred: (AbstractFile) ⇒ Boolean): collection.Iterable[AbstractFile]
    Definition Classes
    IterableOps → IterableOnceOps
  38. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  39. def find(p: (AbstractFile) ⇒ Boolean): Option[AbstractFile]
    Definition Classes
    IterableOnceOps
  40. def flatMap[B](f: (AbstractFile) ⇒ collection.IterableOnce[B]): collection.Iterable[B]
    Definition Classes
    IterableOps → IterableOnceOps
  41. def flatten[B](implicit asIterable: (AbstractFile) ⇒ collection.IterableOnce[B]): collection.Iterable[B]
    Definition Classes
    IterableOps → IterableOnceOps
  42. def foldLeft[B](z: B)(op: (B, AbstractFile) ⇒ B): B
    Definition Classes
    IterableOnceOps
  43. def foldRight[B](z: B)(op: (AbstractFile, B) ⇒ B): B
    Definition Classes
    IterableOnceOps
  44. def forall(p: (AbstractFile) ⇒ Boolean): Boolean
    Definition Classes
    IterableOnceOps
  45. def foreach[U](f: (AbstractFile) ⇒ U): Unit
    Definition Classes
    IterableOnceOps
  46. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from ReplDir toStringFormat[ReplDir] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  47. def fromSpecific(coll: collection.IterableOnce[AbstractFile]): IterableCC[AbstractFile]
    Attributes
    protected
    Definition Classes
    Iterable → IterableOps
  48. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  49. def groupBy[K](f: (AbstractFile) ⇒ K): Map[K, collection.Iterable[AbstractFile]]
    Definition Classes
    IterableOps
  50. def groupMap[K, B](key: (AbstractFile) ⇒ K)(f: (AbstractFile) ⇒ B): Map[K, collection.Iterable[B]]
    Definition Classes
    IterableOps
  51. def groupMapReduce[K, B](key: (AbstractFile) ⇒ K)(f: (AbstractFile) ⇒ B)(reduce: (B, B) ⇒ B): Map[K, B]
    Definition Classes
    IterableOps
  52. def grouped(size: Int): collection.Iterator[collection.Iterable[AbstractFile]]
    Definition Classes
    IterableOps
  53. def hasExtension(other: String): Boolean
    Definition Classes
    AbstractFile
  54. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  55. def head: AbstractFile
    Definition Classes
    IterableOps
  56. def headOption: Option[AbstractFile]
    Definition Classes
    IterableOps
  57. def init: collection.Iterable[AbstractFile]
    Definition Classes
    IterableOps
  58. def inits: collection.Iterator[collection.Iterable[AbstractFile]]
    Definition Classes
    IterableOps
  59. def isClassContainer: Boolean
    Definition Classes
    AbstractFile
  60. def isEmpty: Boolean
    Definition Classes
    AbstractFile → IterableOnceOps
  61. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  62. def isTraversableAgain: Boolean
    Definition Classes
    IterableOps → IterableOnceOps
  63. def isVirtual: Boolean
    Definition Classes
    AbstractFile
  64. def iterableFactory: IterableFactory[IterableCC]
    Definition Classes
    Iterable → IterableOps
  65. def knownSize: Int
    Definition Classes
    IterableOnceOps
  66. def last: AbstractFile
    Definition Classes
    IterableOps
  67. def lastOption: Option[AbstractFile]
    Definition Classes
    IterableOps
  68. def lazyZip[B](that: collection.Iterable[B]): LazyZip2[AbstractFile, B, ReplDir.this.type]
    Definition Classes
    Iterable
  69. def lookupPathUnchecked(path: String, directory: Boolean): AbstractFile
    Definition Classes
    AbstractFile
  70. def map[B](f: (AbstractFile) ⇒ B): collection.Iterable[B]
    Definition Classes
    IterableOps → IterableOnceOps
  71. def max[B >: AbstractFile](implicit ord: math.Ordering[B]): AbstractFile
    Definition Classes
    IterableOnceOps
  72. def maxBy[B](f: (AbstractFile) ⇒ B)(implicit cmp: math.Ordering[B]): AbstractFile
    Definition Classes
    IterableOnceOps
  73. def maxByOption[B](f: (AbstractFile) ⇒ B)(implicit cmp: math.Ordering[B]): Option[AbstractFile]
    Definition Classes
    IterableOnceOps
  74. def maxOption[B >: AbstractFile](implicit ord: math.Ordering[B]): Option[AbstractFile]
    Definition Classes
    IterableOnceOps
  75. def min[B >: AbstractFile](implicit ord: math.Ordering[B]): AbstractFile
    Definition Classes
    IterableOnceOps
  76. def minBy[B](f: (AbstractFile) ⇒ B)(implicit cmp: math.Ordering[B]): AbstractFile
    Definition Classes
    IterableOnceOps
  77. def minByOption[B](f: (AbstractFile) ⇒ B)(implicit cmp: math.Ordering[B]): Option[AbstractFile]
    Definition Classes
    IterableOnceOps
  78. def minOption[B >: AbstractFile](implicit ord: math.Ordering[B]): Option[AbstractFile]
    Definition Classes
    IterableOnceOps
  79. final def mkString: String
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  80. final def mkString(sep: String): String
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  81. final def mkString(start: String, sep: String, end: String): String
    Definition Classes
    IterableOnceOps
  82. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  83. def newSpecificBuilder: Builder[AbstractFile, IterableCC[AbstractFile]]
    Attributes
    protected
    Definition Classes
    Iterable → IterableOps
  84. def nonEmpty: Boolean
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding("nonEmpty is defined as !isEmpty; override isEmpty instead", "2.13.0")
  85. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  86. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  87. def partition(p: (AbstractFile) ⇒ Boolean): (collection.Iterable[AbstractFile], collection.Iterable[AbstractFile])
    Definition Classes
    IterableOps
  88. def partitionWith[A1, A2](f: (AbstractFile) ⇒ Either[A1, A2]): (collection.Iterable[A1], collection.Iterable[A2])
    Definition Classes
    IterableOps
  89. def product[B >: AbstractFile](implicit num: math.Numeric[B]): B
    Definition Classes
    IterableOnceOps
  90. def reduce[B >: AbstractFile](op: (B, B) ⇒ B): B
    Definition Classes
    IterableOnceOps
  91. def reduceLeft[B >: AbstractFile](op: (B, AbstractFile) ⇒ B): B
    Definition Classes
    IterableOnceOps
  92. def reduceLeftOption[B >: AbstractFile](op: (B, AbstractFile) ⇒ B): Option[B]
    Definition Classes
    IterableOnceOps
  93. def reduceOption[B >: AbstractFile](op: (B, B) ⇒ B): Option[B]
    Definition Classes
    IterableOnceOps
  94. def reduceRight[B >: AbstractFile](op: (AbstractFile, B) ⇒ B): B
    Definition Classes
    IterableOnceOps
  95. def reduceRightOption[B >: AbstractFile](op: (AbstractFile, B) ⇒ B): Option[B]
    Definition Classes
    IterableOnceOps
  96. def reversed: collection.Iterable[AbstractFile]
    Attributes
    protected
    Definition Classes
    IterableOnceOps
  97. def scanLeft[B](z: B)(op: (B, AbstractFile) ⇒ B): collection.Iterable[B]
    Definition Classes
    IterableOps → IterableOnceOps
  98. def scanRight[B](z: B)(op: (AbstractFile, B) ⇒ B): collection.Iterable[B]
    Definition Classes
    IterableOps
  99. def size: Int
    Definition Classes
    IterableOnceOps
  100. def sizeCompare(that: collection.Iterable[_]): Int
    Definition Classes
    IterableOps
  101. def sizeCompare(otherSize: Int): Int
    Definition Classes
    IterableOps
  102. final def sizeIs: SizeCompareOps
    Definition Classes
    IterableOps
    Annotations
    @inline()
  103. def sizeOption: Option[Int]
    Definition Classes
    AbstractFile
  104. def slice(from: Int, until: Int): collection.Iterable[AbstractFile]
    Definition Classes
    IterableOps → IterableOnceOps
  105. def sliding(size: Int, step: Int): collection.Iterator[collection.Iterable[AbstractFile]]
    Definition Classes
    IterableOps
  106. def sliding(size: Int): collection.Iterator[collection.Iterable[AbstractFile]]
    Definition Classes
    IterableOps
  107. def span(p: (AbstractFile) ⇒ Boolean): (collection.Iterable[AbstractFile], collection.Iterable[AbstractFile])
    Definition Classes
    IterableOps → IterableOnceOps
  108. def splitAt(n: Int): (collection.Iterable[AbstractFile], collection.Iterable[AbstractFile])
    Definition Classes
    IterableOps
  109. def stringPrefix: String
    Attributes
    protected[this]
    Definition Classes
    Iterable
    Annotations
    @deprecatedOverriding("Override className instead", "2.13.0")
  110. def subdirectoryNamed(name: String): AbstractFile
    Definition Classes
    AbstractFile
  111. def sum[B >: AbstractFile](implicit num: math.Numeric[B]): B
    Definition Classes
    IterableOnceOps
  112. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  113. def tail: collection.Iterable[AbstractFile]
    Definition Classes
    IterableOps
  114. def tails: collection.Iterator[collection.Iterable[AbstractFile]]
    Definition Classes
    IterableOps
  115. def take(n: Int): collection.Iterable[AbstractFile]
    Definition Classes
    IterableOps → IterableOnceOps
  116. def takeRight(n: Int): collection.Iterable[AbstractFile]
    Definition Classes
    IterableOps
  117. def takeWhile(p: (AbstractFile) ⇒ Boolean): collection.Iterable[AbstractFile]
    Definition Classes
    IterableOps → IterableOnceOps
  118. def to[C1](factory: Factory[AbstractFile, C1]): C1
    Definition Classes
    IterableOnceOps
  119. def toArray[B >: AbstractFile](implicit arg0: ClassTag[B]): Array[B]
    Definition Classes
    IterableOnceOps
  120. final def toBuffer[B >: AbstractFile]: Buffer[B]
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  121. def toByteArray: Array[Byte]
    Definition Classes
    AbstractFile
    Annotations
    @throws(classOf[java.io.IOException])
  122. def toCharArray: Array[Char]
    Definition Classes
    AbstractFile
    Annotations
    @throws(classOf[java.io.IOException])
  123. def toIndexedSeq: collection.immutable.IndexedSeq[AbstractFile]
    Definition Classes
    IterableOnceOps
  124. final def toIterable: ReplDir.this.type
    Definition Classes
    Iterable → IterableOps
  125. def toList: collection.immutable.List[AbstractFile]
    Definition Classes
    IterableOnceOps
  126. def toMap[K, V](implicit ev: <:<[AbstractFile, (K, V)]): Map[K, V]
    Definition Classes
    IterableOnceOps
  127. def toSeq: collection.immutable.Seq[AbstractFile]
    Definition Classes
    IterableOnceOps
  128. def toSet[B >: AbstractFile]: Set[B]
    Definition Classes
    IterableOnceOps
  129. def toString(): String
    Definition Classes
    AbstractFile → Iterable → AnyRef → Any
  130. def toURL: URL
    Definition Classes
    AbstractFile
  131. def toVector: collection.immutable.Vector[AbstractFile]
    Definition Classes
    IterableOnceOps
  132. def transpose[B](implicit asIterable: (AbstractFile) ⇒ collection.Iterable[B]): collection.Iterable[collection.Iterable[B]]
    Definition Classes
    IterableOps
  133. def underlyingSource: Option[AbstractFile]
    Definition Classes
    AbstractFile
  134. def unsupported(msg: String): Nothing
    Attributes
    protected
    Definition Classes
    AbstractFile
  135. def unsupported(): Nothing
    Attributes
    protected
    Definition Classes
    AbstractFile
  136. def unzip[A1, A2](implicit asPair: (AbstractFile) ⇒ (A1, A2)): (collection.Iterable[A1], collection.Iterable[A2])
    Definition Classes
    IterableOps
  137. def unzip3[A1, A2, A3](implicit asTriple: (AbstractFile) ⇒ (A1, A2, A3)): (collection.Iterable[A1], collection.Iterable[A2], collection.Iterable[A3])
    Definition Classes
    IterableOps
  138. def view: View[AbstractFile]
    Definition Classes
    IterableOps
  139. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  140. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  141. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws(classOf[java.lang.InterruptedException])
  142. def withFilter(p: (AbstractFile) ⇒ Boolean): WithFilter[AbstractFile, collection.Iterable]
    Definition Classes
    IterableOps
  143. def writeReplace(): AnyRef
    Attributes
    protected[this]
    Definition Classes
    Iterable
  144. def zip[B](that: collection.IterableOnce[B]): collection.Iterable[(AbstractFile, B)]
    Definition Classes
    IterableOps
  145. def zipAll[A1 >: AbstractFile, B](that: collection.Iterable[B], thisElem: A1, thatElem: B): collection.Iterable[(A1, B)]
    Definition Classes
    IterableOps
  146. def zipWithIndex: collection.Iterable[(AbstractFile, Int)]
    Definition Classes
    IterableOps → IterableOnceOps
  147. def [B](y: B): (ReplDir, B)
    Implicit
    This member is added by an implicit conversion from ReplDir toArrowAssoc[ReplDir] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def ++:[B >: AbstractFile](that: collection.IterableOnce[B]): IterableCC[B]
    Definition Classes
    IterableOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use xs ++ ys instead of ys ++: xs for xs of type Iterable

  2. def /:[B](z: B)(op: (B, AbstractFile) ⇒ B): B
    Implicit
    This member is added by an implicit conversion from ReplDir toIterableOnceExtensionMethods[AbstractFile] 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:
    (replDir: IterableOnceExtensionMethods[AbstractFile])./:(z)(op)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.foldLeft instead

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

    (Since version 2.13.0) Use foldLeft instead of /:

  4. def :\[B](z: B)(op: (AbstractFile, B) ⇒ B): B
    Implicit
    This member is added by an implicit conversion from ReplDir toIterableOnceExtensionMethods[AbstractFile] 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:
    (replDir: IterableOnceExtensionMethods[AbstractFile]).:\(z)(op)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.foldRight instead

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

    (Since version 2.13.0) Use foldRight instead of :\

  6. def aggregate[B](z: ⇒ B)(seqop: (B, AbstractFile) ⇒ B, combop: (B, B) ⇒ B): B
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) aggregate is not relevant for sequential collections. Use foldLeft(z)(seqop) instead.

  7. def collectFirst[B](f: PartialFunction[AbstractFile, B]): Option[B]
    Implicit
    This member is added by an implicit conversion from ReplDir toIterableOnceExtensionMethods[AbstractFile] 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:
    (replDir: IterableOnceExtensionMethods[AbstractFile]).collectFirst(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.collectFirst(...) instead

  8. def companion: IterableFactory[IterableCC]
    Definition Classes
    IterableOps
    Annotations
    @deprecated @deprecatedOverriding("Use iterableFactory instead", "2.13.0") @inline()
    Deprecated

    (Since version 2.13.0) Use iterableFactory instead

  9. def copyToBuffer(dest: Buffer[AbstractFile]): Unit
    Implicit
    This member is added by an implicit conversion from ReplDir toIterableOnceExtensionMethods[AbstractFile] 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:
    (replDir: IterableOnceExtensionMethods[AbstractFile]).copyToBuffer(dest)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.copyToBuffer(...) instead

  10. final def copyToBuffer[B >: AbstractFile](dest: Buffer[B]): Unit
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use dest ++= coll instead

  11. def count(f: (AbstractFile) ⇒ Boolean): Int
    Implicit
    This member is added by an implicit conversion from ReplDir toIterableOnceExtensionMethods[AbstractFile] 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:
    (replDir: IterableOnceExtensionMethods[AbstractFile]).count(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.count(...) instead

  12. def exists(f: (AbstractFile) ⇒ Boolean): Boolean
    Implicit
    This member is added by an implicit conversion from ReplDir toIterableOnceExtensionMethods[AbstractFile] 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:
    (replDir: IterableOnceExtensionMethods[AbstractFile]).exists(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.exists(...) instead

  13. def filter(f: (AbstractFile) ⇒ Boolean): collection.Iterator[AbstractFile]
    Implicit
    This member is added by an implicit conversion from ReplDir toIterableOnceExtensionMethods[AbstractFile] 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:
    (replDir: IterableOnceExtensionMethods[AbstractFile]).filter(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.filter(...) instead

  14. def find(p: (AbstractFile) ⇒ Boolean): Option[AbstractFile]
    Implicit
    This member is added by an implicit conversion from ReplDir toIterableOnceExtensionMethods[AbstractFile] 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:
    (replDir: IterableOnceExtensionMethods[AbstractFile]).find(p)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.find instead

  15. def flatMap[B](f: (AbstractFile) ⇒ collection.IterableOnce[B]): collection.IterableOnce[B]
    Implicit
    This member is added by an implicit conversion from ReplDir toIterableOnceExtensionMethods[AbstractFile] 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:
    (replDir: IterableOnceExtensionMethods[AbstractFile]).flatMap(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

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

  16. def fold[A1 >: A](z: A1)(op: (A1, A1) ⇒ A1): A1
    Implicit
    This member is added by an implicit conversion from ReplDir toIterableOnceExtensionMethods[AbstractFile] 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:
    (replDir: IterableOnceExtensionMethods[AbstractFile]).fold(z)(op)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.fold instead

  17. def fold[A1 >: AbstractFile](z: A1)(op: (A1, A1) ⇒ A1): A1
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use foldLeft instead

  18. def foldLeft[B](z: B)(op: (B, AbstractFile) ⇒ B): B
    Implicit
    This member is added by an implicit conversion from ReplDir toIterableOnceExtensionMethods[AbstractFile] 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:
    (replDir: IterableOnceExtensionMethods[AbstractFile]).foldLeft(z)(op)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.foldLeft instead

  19. def foldRight[B](z: B)(op: (AbstractFile, B) ⇒ B): B
    Implicit
    This member is added by an implicit conversion from ReplDir toIterableOnceExtensionMethods[AbstractFile] 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:
    (replDir: IterableOnceExtensionMethods[AbstractFile]).foldRight(z)(op)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.foldRight instead

  20. def forall(f: (AbstractFile) ⇒ Boolean): Boolean
    Implicit
    This member is added by an implicit conversion from ReplDir toIterableOnceExtensionMethods[AbstractFile] 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:
    (replDir: IterableOnceExtensionMethods[AbstractFile]).forall(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.forall(...) instead

  21. def foreach[U](f: (AbstractFile) ⇒ U): Unit
    Implicit
    This member is added by an implicit conversion from ReplDir toIterableOnceExtensionMethods[AbstractFile] 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:
    (replDir: IterableOnceExtensionMethods[AbstractFile]).foreach(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.foreach(...) instead

  22. final def hasDefiniteSize: Boolean
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .knownSize >=0 instead of .hasDefiniteSize

  23. def isEmpty: Boolean
    Implicit
    This member is added by an implicit conversion from ReplDir toIterableOnceExtensionMethods[AbstractFile] 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:
    (replDir: IterableOnceExtensionMethods[AbstractFile]).isEmpty
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.isEmpty instead

  24. def map[B](f: (AbstractFile) ⇒ B): collection.IterableOnce[B]
    Implicit
    This member is added by an implicit conversion from ReplDir toIterableOnceExtensionMethods[AbstractFile] 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:
    (replDir: IterableOnceExtensionMethods[AbstractFile]).map(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

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

  25. def max(implicit ord: math.Ordering[AbstractFile]): AbstractFile
    Implicit
    This member is added by an implicit conversion from ReplDir toIterableOnceExtensionMethods[AbstractFile] 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:
    (replDir: IterableOnceExtensionMethods[AbstractFile]).max(ord)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.max instead

  26. def maxBy[B](f: (AbstractFile) ⇒ B)(implicit cmp: math.Ordering[B]): AbstractFile
    Implicit
    This member is added by an implicit conversion from ReplDir toIterableOnceExtensionMethods[AbstractFile] 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:
    (replDir: IterableOnceExtensionMethods[AbstractFile]).maxBy(f)(cmp)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.maxBy(...) instead

  27. def min(implicit ord: math.Ordering[AbstractFile]): AbstractFile
    Implicit
    This member is added by an implicit conversion from ReplDir toIterableOnceExtensionMethods[AbstractFile] 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:
    (replDir: IterableOnceExtensionMethods[AbstractFile]).min(ord)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.min instead

  28. def minBy[B](f: (AbstractFile) ⇒ B)(implicit cmp: math.Ordering[B]): AbstractFile
    Implicit
    This member is added by an implicit conversion from ReplDir toIterableOnceExtensionMethods[AbstractFile] 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:
    (replDir: IterableOnceExtensionMethods[AbstractFile]).minBy(f)(cmp)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.minBy(...) instead

  29. def mkString: String
    Implicit
    This member is added by an implicit conversion from ReplDir toIterableOnceExtensionMethods[AbstractFile] 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:
    (replDir: IterableOnceExtensionMethods[AbstractFile]).mkString
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.mkString instead

  30. def mkString(sep: String): String
    Implicit
    This member is added by an implicit conversion from ReplDir toIterableOnceExtensionMethods[AbstractFile] 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:
    (replDir: IterableOnceExtensionMethods[AbstractFile]).mkString(sep)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.mkString instead

  31. def mkString(start: String, sep: String, end: String): String
    Implicit
    This member is added by an implicit conversion from ReplDir toIterableOnceExtensionMethods[AbstractFile] 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:
    (replDir: IterableOnceExtensionMethods[AbstractFile]).mkString(start, sep, end)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.mkString instead

  32. def nonEmpty: Boolean
    Implicit
    This member is added by an implicit conversion from ReplDir toIterableOnceExtensionMethods[AbstractFile] 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:
    (replDir: IterableOnceExtensionMethods[AbstractFile]).nonEmpty
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.nonEmpty instead

  33. def product(implicit num: math.Numeric[AbstractFile]): AbstractFile
    Implicit
    This member is added by an implicit conversion from ReplDir toIterableOnceExtensionMethods[AbstractFile] 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:
    (replDir: IterableOnceExtensionMethods[AbstractFile]).product(num)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.product instead

  34. def reduce(f: (AbstractFile, AbstractFile) ⇒ AbstractFile): AbstractFile
    Implicit
    This member is added by an implicit conversion from ReplDir toIterableOnceExtensionMethods[AbstractFile] 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:
    (replDir: IterableOnceExtensionMethods[AbstractFile]).reduce(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.reduce(...) instead

  35. def reduceLeft(f: (AbstractFile, AbstractFile) ⇒ AbstractFile): AbstractFile
    Implicit
    This member is added by an implicit conversion from ReplDir toIterableOnceExtensionMethods[AbstractFile] 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:
    (replDir: IterableOnceExtensionMethods[AbstractFile]).reduceLeft(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.reduceLeft(...) instead

  36. def reduceLeftOption(f: (AbstractFile, AbstractFile) ⇒ AbstractFile): Option[AbstractFile]
    Implicit
    This member is added by an implicit conversion from ReplDir toIterableOnceExtensionMethods[AbstractFile] 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:
    (replDir: IterableOnceExtensionMethods[AbstractFile]).reduceLeftOption(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.reduceLeftOption(...) instead

  37. def reduceOption(f: (AbstractFile, AbstractFile) ⇒ AbstractFile): Option[AbstractFile]
    Implicit
    This member is added by an implicit conversion from ReplDir toIterableOnceExtensionMethods[AbstractFile] 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:
    (replDir: IterableOnceExtensionMethods[AbstractFile]).reduceOption(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.reduceOption(...) instead

  38. def reduceRight(f: (AbstractFile, AbstractFile) ⇒ AbstractFile): AbstractFile
    Implicit
    This member is added by an implicit conversion from ReplDir toIterableOnceExtensionMethods[AbstractFile] 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:
    (replDir: IterableOnceExtensionMethods[AbstractFile]).reduceRight(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.reduceRight(...) instead

  39. def reduceRightOption(f: (AbstractFile, AbstractFile) ⇒ AbstractFile): Option[AbstractFile]
    Implicit
    This member is added by an implicit conversion from ReplDir toIterableOnceExtensionMethods[AbstractFile] 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:
    (replDir: IterableOnceExtensionMethods[AbstractFile]).reduceRightOption(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.reduceRightOption(...) instead

  40. final def repr: collection.Iterable[AbstractFile]
    Definition Classes
    IterableOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use coll instead of repr in a collection implementation, use the collection value itself from the outside

  41. def sameElements[B >: A](that: collection.IterableOnce[B]): Boolean
    Implicit
    This member is added by an implicit conversion from ReplDir toIterableOnceExtensionMethods[AbstractFile] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.sameElements instead

  42. def scan[B >: AbstractFile](z: B)(op: (B, B) ⇒ B): collection.Iterable[B]
    Definition Classes
    IterableOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use scanLeft instead

  43. def seq: ReplDir.this.type
    Definition Classes
    Iterable
    Annotations
    @deprecated
    Deprecated

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

  44. def size: Int
    Implicit
    This member is added by an implicit conversion from ReplDir toIterableOnceExtensionMethods[AbstractFile] 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:
    (replDir: IterableOnceExtensionMethods[AbstractFile]).size
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.size instead

  45. def sum(implicit num: math.Numeric[AbstractFile]): AbstractFile
    Implicit
    This member is added by an implicit conversion from ReplDir toIterableOnceExtensionMethods[AbstractFile] 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:
    (replDir: IterableOnceExtensionMethods[AbstractFile]).sum(num)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.sum instead

  46. def to[C1](factory: Factory[AbstractFile, C1]): C1
    Implicit
    This member is added by an implicit conversion from ReplDir toIterableOnceExtensionMethods[AbstractFile] 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:
    (replDir: IterableOnceExtensionMethods[AbstractFile]).to(factory)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.to(factory) instead

  47. def toArray[B >: A](implicit arg0: ClassTag[B]): Array[B]
    Implicit
    This member is added by an implicit conversion from ReplDir toIterableOnceExtensionMethods[AbstractFile] 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:
    (replDir: IterableOnceExtensionMethods[AbstractFile]).toArray(arg0)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.toArray

  48. def toBuffer[B >: A]: Buffer[B]
    Implicit
    This member is added by an implicit conversion from ReplDir toIterableOnceExtensionMethods[AbstractFile] 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:
    (replDir: IterableOnceExtensionMethods[AbstractFile]).toBuffer
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.to(ArrayBuffer) instead

  49. def toIndexedSeq: collection.IndexedSeq[AbstractFile]
    Implicit
    This member is added by an implicit conversion from ReplDir toIterableOnceExtensionMethods[AbstractFile] 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:
    (replDir: IterableOnceExtensionMethods[AbstractFile]).toIndexedSeq
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.toIndexedSeq instead

  50. final def toIterable: collection.Iterable[AbstractFile]
    Implicit
    This member is added by an implicit conversion from ReplDir toIterableOnceExtensionMethods[AbstractFile] 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:
    (replDir: IterableOnceExtensionMethods[AbstractFile]).toIterable
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.to(Iterable) instead

  51. def toIterator: collection.Iterator[AbstractFile]
    Implicit
    This member is added by an implicit conversion from ReplDir toIterableOnceExtensionMethods[AbstractFile] 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:
    (replDir: IterableOnceExtensionMethods[AbstractFile]).toIterator
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator instead

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

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

  53. def toList: collection.immutable.List[AbstractFile]
    Implicit
    This member is added by an implicit conversion from ReplDir toIterableOnceExtensionMethods[AbstractFile] 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:
    (replDir: IterableOnceExtensionMethods[AbstractFile]).toList
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.to(List) instead

  54. def toMap[K, V](implicit ev: <:<[AbstractFile, (K, V)]): Map[K, V]
    Implicit
    This member is added by an implicit conversion from ReplDir toIterableOnceExtensionMethods[AbstractFile] 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:
    (replDir: IterableOnceExtensionMethods[AbstractFile]).toMap(ev)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.to(Map) instead

  55. def toSeq: collection.immutable.Seq[AbstractFile]
    Implicit
    This member is added by an implicit conversion from ReplDir toIterableOnceExtensionMethods[AbstractFile] 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:
    (replDir: IterableOnceExtensionMethods[AbstractFile]).toSeq
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.to(Seq) instead

  56. def toSet[B >: A]: Set[B]
    Implicit
    This member is added by an implicit conversion from ReplDir toIterableOnceExtensionMethods[AbstractFile] 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:
    (replDir: IterableOnceExtensionMethods[AbstractFile]).toSet
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.to(Set) instead

  57. def toStream: collection.immutable.Stream[AbstractFile]
    Implicit
    This member is added by an implicit conversion from ReplDir toIterableOnceExtensionMethods[AbstractFile] 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:
    (replDir: IterableOnceExtensionMethods[AbstractFile]).toStream
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.to(LazyList) instead

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

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

  59. final def toTraversable: collection.Traversable[AbstractFile]
    Implicit
    This member is added by an implicit conversion from ReplDir toIterableOnceExtensionMethods[AbstractFile] 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:
    (replDir: IterableOnceExtensionMethods[AbstractFile]).toTraversable
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use toIterable instead

  60. final def toTraversable: collection.Traversable[AbstractFile]
    Definition Classes
    IterableOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use toIterable instead

  61. def toVector: collection.immutable.Vector[AbstractFile]
    Implicit
    This member is added by an implicit conversion from ReplDir toIterableOnceExtensionMethods[AbstractFile] 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:
    (replDir: IterableOnceExtensionMethods[AbstractFile]).toVector
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.to(Vector) instead

  62. final def view(from: Int, until: Int): View[AbstractFile]
    Definition Classes
    IterableOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .view.slice(from, until) instead of .view(from, until)

  63. def withFilter(f: (AbstractFile) ⇒ Boolean): collection.Iterator[AbstractFile]
    Implicit
    This member is added by an implicit conversion from ReplDir toIterableOnceExtensionMethods[AbstractFile] 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:
    (replDir: IterableOnceExtensionMethods[AbstractFile]).withFilter(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.withFilter(...) instead

Inherited from Clearable

Inherited from AbstractFile

Inherited from AbstractIterable[AbstractFile]

Inherited from collection.Iterable[AbstractFile]

Inherited from Serializable

Inherited from java.io.Serializable

Inherited from IterableOps[AbstractFile, collection.Iterable, collection.Iterable[AbstractFile]]

Inherited from IterableOnceOps[AbstractFile, collection.Iterable, collection.Iterable[AbstractFile]]

Inherited from collection.IterableOnce[AbstractFile]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion iterableOnceExtensionMethods fromReplDir to IterableOnceExtensionMethods[AbstractFile]

Inherited by implicit conversion any2stringadd fromReplDir to any2stringadd[ReplDir]

Inherited by implicit conversion StringFormat fromReplDir to StringFormat[ReplDir]

Inherited by implicit conversion Ensuring fromReplDir to Ensuring[ReplDir]

Inherited by implicit conversion ArrowAssoc fromReplDir to ArrowAssoc[ReplDir]

Ungrouped