trait ReplDir extends AbstractFile with Clearable

Directory to save .class files to.

Source
ReplDir.scala
Linear Supertypes
Clearable, AbstractFile, AbstractIterable[AbstractFile], collection.Iterable[AbstractFile], IterableFactoryDefaults[AbstractFile, collection.Iterable], 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. IterableFactoryDefaults
  7. IterableOps
  8. IterableOnceOps
  9. IterableOnce
  10. AnyRef
  11. 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. Protected

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

Deprecated Value Members

  1. def ++:[B >: AbstractFile](that: collection.IterableOnce[B]): collection.Iterable[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[collection.Iterable]
    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 .iterator.to(Iterable) 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 IterableFactoryDefaults[AbstractFile, collection.Iterable]

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