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

Deprecated Value Members

  1. def /:[B](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 of /: on IterableOnce

  2. 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 /:

  3. 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 of :\ on IterableOnce

  4. 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 :\

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

  6. 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 of .find on IterableOnce

  7. 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 of .flatMap on IterableOnce or consider requiring an Iterable

  8. 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 of .fold on IterableOnce

  9. 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 of .foldLeft on IterableOnce

  10. 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 of .foldLeft on IterableOnce

  11. 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 of .foreach(...) on IterableOnce

  12. final def hasDefiniteSize: Boolean
    Definition Classes
    IterableOps
    Annotations
    @deprecated @inline()
    Deprecated

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

  13. 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 of .isEmpty on IterableOnce

  14. 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 of .map on IterableOnce or consider requiring an Iterable

  15. 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 of .mkString on IterableOnce

  16. 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 of .mkString on IterableOnce

  17. 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 of .mkString on IterableOnce

  18. 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 for sameElements on Iterable or IterableOnce

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

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

  20. final def stringPrefix: String
    Definition Classes
    IterableOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use className instead of stringPrefix

  21. 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 factory.from(it) instead of it.to(factory) for IterableOnce

  22. 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 ArrayBuffer.from(it).toArray

  23. 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 ArrayBuffer.from(it) instead of it.toBuffer

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

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

  25. 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 Iterable.from(it) instead of it.toIterable

  26. 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) toIterator has been renamed to iterator

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

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

  28. 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 List.from(it) instead of it.toList

  29. 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 Map.from(it) instead of it.toVector on IterableOnce

  30. 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 Seq.from(it) instead of it.toSeq

  31. 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 Set.from(it) instead of it.toSet

  32. 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 Stream.from(it) instead of it.toStream

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

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

  34. 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 Vector.from(it) instead of it.toVector on IterableOnce

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

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

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 toLazyZipOps fromReplDir to LazyZipOps[AbstractFile, AbstractIterable[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