trait ReplDir extends AbstractFile with Clearable

Directory to save .class files to.

Source
ReplDir.scala
Linear Supertypes
Clearable, AbstractFile, AbstractIterable[AbstractFile], collection.Iterable[AbstractFile], 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. IterableOps
  7. IterableOnceOps
  8. IterableOnce
  9. AnyRef
  10. 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 fold[A1 >: AbstractFile](z: A1)(op: (A1, A1) => A1): A1
    Definition Classes
    IterableOnceOps
  43. def foldLeft[B](z: B)(op: (B, AbstractFile) => B): B
    Definition Classes
    IterableOnceOps
  44. def foldRight[B](z: B)(op: (AbstractFile, B) => B): B
    Definition Classes
    IterableOnceOps
  45. def forall(p: (AbstractFile) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  46. def foreach[U](f: (AbstractFile) => U): Unit
    Definition Classes
    IterableOnceOps
  47. 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()
  48. def fromSpecific(coll: collection.IterableOnce[AbstractFile]): IterableCC[AbstractFile]
    Attributes
    protected
    Definition Classes
    Iterable → IterableOps
  49. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  50. def groupBy[K](f: (AbstractFile) => K): Map[K, collection.Iterable[AbstractFile]]
    Definition Classes
    IterableOps
  51. def groupMap[K, B](key: (AbstractFile) => K)(f: (AbstractFile) => B): Map[K, collection.Iterable[B]]
    Definition Classes
    IterableOps
  52. def groupMapReduce[K, B](key: (AbstractFile) => K)(f: (AbstractFile) => B)(reduce: (B, B) => B): Map[K, B]
    Definition Classes
    IterableOps
  53. def grouped(size: Int): collection.Iterator[collection.Iterable[AbstractFile]]
    Definition Classes
    IterableOps
  54. def hasExtension(other: String): Boolean
    Definition Classes
    AbstractFile
  55. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  56. def head: AbstractFile
    Definition Classes
    IterableOps
  57. def headOption: Option[AbstractFile]
    Definition Classes
    IterableOps
  58. def init: collection.Iterable[AbstractFile]
    Definition Classes
    IterableOps
  59. def inits: collection.Iterator[collection.Iterable[AbstractFile]]
    Definition Classes
    IterableOps
  60. def isClassContainer: Boolean
    Definition Classes
    AbstractFile
  61. def isEmpty: Boolean
    Definition Classes
    AbstractFile → IterableOnceOps
  62. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  63. def isTraversableAgain: Boolean
    Definition Classes
    IterableOps → IterableOnceOps
  64. def isVirtual: Boolean
    Definition Classes
    AbstractFile
  65. def iterableFactory: IterableFactory[IterableCC]
    Definition Classes
    Iterable → IterableOps
  66. def knownSize: Int
    Definition Classes
    IterableOnceOps
  67. def last: AbstractFile
    Definition Classes
    IterableOps
  68. def lastOption: Option[AbstractFile]
    Definition Classes
    IterableOps
  69. def lazyZip[B](that: collection.Iterable[B]): LazyZip2[AbstractFile, B, ReplDir.this.type]
    Definition Classes
    Iterable
  70. def lookupPathUnchecked(path: String, directory: Boolean): AbstractFile
    Definition Classes
    AbstractFile
  71. def map[B](f: (AbstractFile) => B): collection.Iterable[B]
    Definition Classes
    IterableOps → IterableOnceOps
  72. def max[B >: AbstractFile](implicit ord: math.Ordering[B]): AbstractFile
    Definition Classes
    IterableOnceOps
  73. def maxBy[B](f: (AbstractFile) => B)(implicit cmp: math.Ordering[B]): AbstractFile
    Definition Classes
    IterableOnceOps
  74. def maxByOption[B](f: (AbstractFile) => B)(implicit cmp: math.Ordering[B]): Option[AbstractFile]
    Definition Classes
    IterableOnceOps
  75. def maxOption[B >: AbstractFile](implicit ord: math.Ordering[B]): Option[AbstractFile]
    Definition Classes
    IterableOnceOps
  76. def min[B >: AbstractFile](implicit ord: math.Ordering[B]): AbstractFile
    Definition Classes
    IterableOnceOps
  77. def minBy[B](f: (AbstractFile) => B)(implicit cmp: math.Ordering[B]): AbstractFile
    Definition Classes
    IterableOnceOps
  78. def minByOption[B](f: (AbstractFile) => B)(implicit cmp: math.Ordering[B]): Option[AbstractFile]
    Definition Classes
    IterableOnceOps
  79. def minOption[B >: AbstractFile](implicit ord: math.Ordering[B]): Option[AbstractFile]
    Definition Classes
    IterableOnceOps
  80. final def mkString: String
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  81. final def mkString(sep: String): String
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  82. final def mkString(start: String, sep: String, end: String): String
    Definition Classes
    IterableOnceOps
  83. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  84. def newSpecificBuilder: Builder[AbstractFile, IterableCC[AbstractFile]]
    Attributes
    protected
    Definition Classes
    Iterable → IterableOps
  85. def nonEmpty: Boolean
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding("nonEmpty is defined as !isEmpty; override isEmpty instead", "2.13.0")
  86. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  87. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  88. def partition(p: (AbstractFile) => Boolean): (collection.Iterable[AbstractFile], collection.Iterable[AbstractFile])
    Definition Classes
    IterableOps
  89. def partitionMap[A1, A2](f: (AbstractFile) => Either[A1, A2]): (collection.Iterable[A1], collection.Iterable[A2])
    Definition Classes
    IterableOps
  90. def product[B >: AbstractFile](implicit num: math.Numeric[B]): B
    Definition Classes
    IterableOnceOps
  91. def reduce[B >: AbstractFile](op: (B, B) => B): B
    Definition Classes
    IterableOnceOps
  92. def reduceLeft[B >: AbstractFile](op: (B, AbstractFile) => B): B
    Definition Classes
    IterableOnceOps
  93. def reduceLeftOption[B >: AbstractFile](op: (B, AbstractFile) => B): Option[B]
    Definition Classes
    IterableOnceOps
  94. def reduceOption[B >: AbstractFile](op: (B, B) => B): Option[B]
    Definition Classes
    IterableOnceOps
  95. def reduceRight[B >: AbstractFile](op: (AbstractFile, B) => B): B
    Definition Classes
    IterableOnceOps
  96. def reduceRightOption[B >: AbstractFile](op: (AbstractFile, B) => B): Option[B]
    Definition Classes
    IterableOnceOps
  97. def reversed: collection.Iterable[AbstractFile]
    Attributes
    protected
    Definition Classes
    IterableOnceOps
  98. def scan[B >: AbstractFile](z: B)(op: (B, B) => B): collection.Iterable[B]
    Definition Classes
    IterableOps
  99. def scanLeft[B](z: B)(op: (B, AbstractFile) => B): collection.Iterable[B]
    Definition Classes
    IterableOps → IterableOnceOps
  100. def scanRight[B](z: B)(op: (AbstractFile, B) => B): collection.Iterable[B]
    Definition Classes
    IterableOps
  101. def size: Int
    Definition Classes
    IterableOnceOps
  102. def sizeCompare(that: collection.Iterable[_]): Int
    Definition Classes
    IterableOps
  103. def sizeCompare(otherSize: Int): Int
    Definition Classes
    IterableOps
  104. final def sizeIs: SizeCompareOps
    Definition Classes
    IterableOps
    Annotations
    @inline()
  105. def sizeOption: Option[Int]
    Definition Classes
    AbstractFile
  106. def slice(from: Int, until: Int): collection.Iterable[AbstractFile]
    Definition Classes
    IterableOps → IterableOnceOps
  107. def sliding(size: Int, step: Int): collection.Iterator[collection.Iterable[AbstractFile]]
    Definition Classes
    IterableOps
  108. def sliding(size: Int): collection.Iterator[collection.Iterable[AbstractFile]]
    Definition Classes
    IterableOps
  109. def span(p: (AbstractFile) => Boolean): (collection.Iterable[AbstractFile], collection.Iterable[AbstractFile])
    Definition Classes
    IterableOps → IterableOnceOps
  110. def splitAt(n: Int): (collection.Iterable[AbstractFile], collection.Iterable[AbstractFile])
    Definition Classes
    IterableOps → IterableOnceOps
  111. def stringPrefix: String
    Attributes
    protected[this]
    Definition Classes
    Iterable
    Annotations
    @deprecatedOverriding("Override className instead", "2.13.0")
  112. def subdirectoryNamed(name: String): AbstractFile
    Definition Classes
    AbstractFile
  113. def sum[B >: AbstractFile](implicit num: math.Numeric[B]): B
    Definition Classes
    IterableOnceOps
  114. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  115. def tail: collection.Iterable[AbstractFile]
    Definition Classes
    IterableOps
  116. def tails: collection.Iterator[collection.Iterable[AbstractFile]]
    Definition Classes
    IterableOps
  117. def take(n: Int): collection.Iterable[AbstractFile]
    Definition Classes
    IterableOps → IterableOnceOps
  118. def takeRight(n: Int): collection.Iterable[AbstractFile]
    Definition Classes
    IterableOps
  119. def takeWhile(p: (AbstractFile) => Boolean): collection.Iterable[AbstractFile]
    Definition Classes
    IterableOps → IterableOnceOps
  120. def tapEach[U](f: (AbstractFile) => U): collection.Iterable[AbstractFile]
    Definition Classes
    IterableOps → IterableOnceOps
  121. def to[C1](factory: Factory[AbstractFile, C1]): C1
    Definition Classes
    IterableOnceOps
  122. def toArray[B >: AbstractFile](implicit arg0: ClassTag[B]): Array[B]
    Definition Classes
    IterableOnceOps
  123. final def toBuffer[B >: AbstractFile]: Buffer[B]
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  124. def toByteArray: Array[Byte]
    Definition Classes
    AbstractFile
    Annotations
    @throws(classOf[java.io.IOException])
  125. def toCharArray: Array[Char]
    Definition Classes
    AbstractFile
    Annotations
    @throws(classOf[java.io.IOException])
  126. def toIndexedSeq: collection.immutable.IndexedSeq[AbstractFile]
    Definition Classes
    IterableOnceOps
  127. final def toIterable: ReplDir.this.type
    Definition Classes
    Iterable → IterableOps
  128. def toList: collection.immutable.List[AbstractFile]
    Definition Classes
    IterableOnceOps
  129. def toMap[K, V](implicit ev: <:<[AbstractFile, (K, V)]): Map[K, V]
    Definition Classes
    IterableOnceOps
  130. def toSeq: collection.immutable.Seq[AbstractFile]
    Definition Classes
    IterableOnceOps
  131. def toSet[B >: AbstractFile]: Set[B]
    Definition Classes
    IterableOnceOps
  132. def toString(): String
    Definition Classes
    AbstractFile → Iterable → AnyRef → Any
  133. def toURL: URL
    Definition Classes
    AbstractFile
  134. def toVector: collection.immutable.Vector[AbstractFile]
    Definition Classes
    IterableOnceOps
  135. def transpose[B](implicit asIterable: (AbstractFile) => collection.Iterable[B]): collection.Iterable[collection.Iterable[B]]
    Definition Classes
    IterableOps
  136. def underlyingSource: Option[AbstractFile]
    Definition Classes
    AbstractFile
  137. def unsupported(msg: String): Nothing
    Attributes
    protected
    Definition Classes
    AbstractFile
  138. def unsupported(): Nothing
    Attributes
    protected
    Definition Classes
    AbstractFile
  139. def unzip[A1, A2](implicit asPair: (AbstractFile) => (A1, A2)): (collection.Iterable[A1], collection.Iterable[A2])
    Definition Classes
    IterableOps
  140. def unzip3[A1, A2, A3](implicit asTriple: (AbstractFile) => (A1, A2, A3)): (collection.Iterable[A1], collection.Iterable[A2], collection.Iterable[A3])
    Definition Classes
    IterableOps
  141. def view: View[AbstractFile]
    Definition Classes
    IterableOps
  142. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  143. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  144. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws(classOf[java.lang.InterruptedException])
  145. def withFilter(p: (AbstractFile) => Boolean): WithFilter[AbstractFile, collection.Iterable]
    Definition Classes
    IterableOps
  146. def zip[B](that: collection.IterableOnce[B]): collection.Iterable[(AbstractFile, B)]
    Definition Classes
    IterableOps
  147. def zipAll[A1 >: AbstractFile, B](that: collection.Iterable[B], thisElem: A1, thatElem: B): collection.Iterable[(A1, B)]
    Definition Classes
    IterableOps
  148. def zipWithIndex: collection.Iterable[(AbstractFile, Int)]
    Definition Classes
    IterableOps → IterableOnceOps

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 ++ instead of ++: for collections 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 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

  18. 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

  19. 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

  20. 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

  21. def hasDefiniteSize: Boolean
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Check .knownSize instead of .hasDefiniteSize for more actionable information (see scaladoc for details)

  22. 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

  23. 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

  24. 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

  25. 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

  26. 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

  27. 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

  28. 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

  29. 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

  30. 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

  31. 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

  32. 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

  33. 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

  34. 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

  35. 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

  36. 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

  37. 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

  38. 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

  39. 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

  40. 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

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

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

  42. 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

  43. 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

  44. 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

  45. 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

  46. 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

  47. 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

  48. 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

  49. 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

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

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

  51. 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

  52. 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

  53. 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

  54. 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

  55. 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

  56. 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

  57. 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

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

    (Since version 2.13.0) Use toIterable instead

  59. 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

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

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

  61. 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

  62. 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
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from Clearable

Inherited from AbstractFile

Inherited from AbstractIterable[AbstractFile]

Inherited from collection.Iterable[AbstractFile]

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