trait ReplDir extends AbstractFile with Clearable

Directory to save .class files to.

Source
ReplDir.scala
Linear Supertypes
Clearable, AbstractFile, collection.Iterable[AbstractFile], IterableOps[AbstractFile, collection.Iterable, collection.Iterable[AbstractFile]], IterableOnceOps[AbstractFile, collection.Iterable, collection.Iterable[AbstractFile]], collection.IterableOnce[AbstractFile], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReplDir
  2. Clearable
  3. AbstractFile
  4. Iterable
  5. IterableOps
  6. IterableOnceOps
  7. IterableOnce
  8. AnyRef
  9. 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[this]
    Definition Classes
    IterableOps
  2. class WithFilter extends collection.WithFilter[A, CC]
    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 to any2stringadd[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 to ArrowAssoc[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( ... )
  15. def coll: ReplDir.this.type
    Attributes
    protected[this]
    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 to Ensuring[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 to Ensuring[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 to Ensuring[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 to Ensuring[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 foldLeft[B](z: B)(op: (B, AbstractFile) ⇒ B): B
    Definition Classes
    IterableOnceOps
  41. def foldRight[B](z: B)(op: (AbstractFile, B) ⇒ B): B
    Definition Classes
    IterableOnceOps
  42. def forall(p: (AbstractFile) ⇒ Boolean): Boolean
    Definition Classes
    IterableOnceOps
  43. def foreach[U](f: (AbstractFile) ⇒ U): Unit
    Definition Classes
    IterableOnceOps
  44. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from ReplDir to StringFormat[ReplDir] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  45. final def fromIterable[E](it: collection.Iterable[E]): collection.Iterable[E]
    Attributes
    protected[this]
    Definition Classes
    IterableOps
    Annotations
    @inline()
  46. def fromSpecificIterable(coll: collection.Iterable[AbstractFile]): IterableCC[AbstractFile]
    Attributes
    protected[this]
    Definition Classes
    Iterable → IterableOps
  47. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  48. def groupBy[K](f: (AbstractFile) ⇒ K): Map[K, collection.Iterable[AbstractFile]]
    Definition Classes
    IterableOps
  49. def groupMap[K, B](key: (AbstractFile) ⇒ K)(f: (AbstractFile) ⇒ B): Map[K, collection.Iterable[B]]
    Definition Classes
    IterableOps
  50. def groupMapReduce[K, B](key: (AbstractFile) ⇒ K)(f: (AbstractFile) ⇒ B)(reduce: (B, B) ⇒ B): Map[K, B]
    Definition Classes
    IterableOps
  51. def grouped(size: Int): collection.Iterator[collection.Iterable[AbstractFile]]
    Definition Classes
    IterableOps
  52. def hasExtension(other: String): Boolean
    Definition Classes
    AbstractFile
  53. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  54. def head: AbstractFile
    Definition Classes
    IterableOps
  55. def headOption: Option[AbstractFile]
    Definition Classes
    IterableOps
  56. def init: collection.Iterable[AbstractFile]
    Definition Classes
    IterableOps
  57. def inits: collection.Iterator[collection.Iterable[AbstractFile]]
    Definition Classes
    IterableOps
  58. def isClassContainer: Boolean
    Definition Classes
    AbstractFile
  59. def isEmpty: Boolean
    Definition Classes
    IterableOnceOps
  60. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  61. def isVirtual: Boolean
    Definition Classes
    AbstractFile
  62. def iterableFactory: IterableFactory[IterableCC]
    Definition Classes
    Iterable → IterableOps
  63. def knownSize: Int
    Definition Classes
    IterableOnceOps
  64. def last: AbstractFile
    Definition Classes
    IterableOps
  65. def lastOption: Option[AbstractFile]
    Definition Classes
    IterableOps
  66. def lazyZip[B](that: collection.Iterable[B]): LazyZip2[AbstractFile, B, collection.Iterable[AbstractFile]]
    Implicit
    This member is added by an implicit conversion from ReplDir to LazyZipOps[AbstractFile, collection.Iterable[AbstractFile]] performed by method toLazyZipOps in scala.collection.Iterable.
    Definition Classes
    LazyZipOps
  67. def lookupPathUnchecked(path: String, directory: Boolean): AbstractFile
    Definition Classes
    AbstractFile
  68. def map[B](f: (AbstractFile) ⇒ B): collection.Iterable[B]
    Definition Classes
    IterableOps → IterableOnceOps
  69. def max[B >: AbstractFile](implicit ord: math.Ordering[B]): AbstractFile
    Definition Classes
    IterableOnceOps
  70. def maxBy[B](f: (AbstractFile) ⇒ B)(implicit cmp: math.Ordering[B]): AbstractFile
    Definition Classes
    IterableOnceOps
  71. def min[B >: AbstractFile](implicit ord: math.Ordering[B]): AbstractFile
    Definition Classes
    IterableOnceOps
  72. def minBy[B](f: (AbstractFile) ⇒ B)(implicit cmp: math.Ordering[B]): AbstractFile
    Definition Classes
    IterableOnceOps
  73. def mkString: String
    Definition Classes
    IterableOnceOps
  74. def mkString(sep: String): String
    Definition Classes
    IterableOnceOps
  75. def mkString(start: String, sep: String, end: String): String
    Definition Classes
    IterableOnceOps
  76. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  77. def newSpecificBuilder(): Builder[AbstractFile, IterableCC[AbstractFile]]
    Attributes
    protected[this]
    Definition Classes
    Iterable → IterableOps
  78. def nonEmpty: Boolean
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding( ... , "2.13.0" )
  79. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  80. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  81. def partition(p: (AbstractFile) ⇒ Boolean): (collection.Iterable[AbstractFile], collection.Iterable[AbstractFile])
    Definition Classes
    IterableOps
  82. def product[B >: AbstractFile](implicit num: math.Numeric[B]): B
    Definition Classes
    IterableOnceOps
  83. def reduce[B >: AbstractFile](op: (B, B) ⇒ B): B
    Definition Classes
    IterableOnceOps
  84. def reduceLeft[B >: AbstractFile](op: (B, AbstractFile) ⇒ B): B
    Definition Classes
    IterableOnceOps
  85. def reduceLeftOption[B >: AbstractFile](op: (B, AbstractFile) ⇒ B): Option[B]
    Definition Classes
    IterableOnceOps
  86. def reduceOption[B >: AbstractFile](op: (B, B) ⇒ B): Option[B]
    Definition Classes
    IterableOnceOps
  87. def reduceRight[B >: AbstractFile](op: (AbstractFile, B) ⇒ B): B
    Definition Classes
    IterableOnceOps
  88. def reduceRightOption[B >: AbstractFile](op: (AbstractFile, B) ⇒ B): Option[B]
    Definition Classes
    IterableOnceOps
  89. def reversed: collection.Iterable[AbstractFile]
    Attributes
    protected[this]
    Definition Classes
    IterableOnceOps
  90. def scan[B >: AbstractFile](z: B)(op: (B, B) ⇒ B): collection.Iterable[B]
    Definition Classes
    IterableOps
  91. def scanLeft[B](z: B)(op: (B, AbstractFile) ⇒ B): collection.Iterable[B]
    Definition Classes
    IterableOps → IterableOnceOps
  92. def scanRight[B](z: B)(op: (AbstractFile, B) ⇒ B): collection.Iterable[B]
    Definition Classes
    IterableOps
  93. def size: Int
    Definition Classes
    IterableOnceOps
  94. def sizeOption: Option[Int]
    Definition Classes
    AbstractFile
  95. def slice(from: Int, until: Int): collection.Iterable[AbstractFile]
    Definition Classes
    IterableOps → IterableOnceOps
  96. def sliding(size: Int, step: Int): collection.Iterator[collection.Iterable[AbstractFile]]
    Definition Classes
    IterableOps
  97. def sliding(size: Int): collection.Iterator[collection.Iterable[AbstractFile]]
    Definition Classes
    IterableOps
  98. def span(p: (AbstractFile) ⇒ Boolean): (collection.Iterable[AbstractFile], collection.Iterable[AbstractFile])
    Definition Classes
    IterableOps → IterableOnceOps
  99. def splitAt(n: Int): (collection.Iterable[AbstractFile], collection.Iterable[AbstractFile])
    Definition Classes
    IterableOps
  100. def subdirectoryNamed(name: String): AbstractFile
    Definition Classes
    AbstractFile
  101. def sum[B >: AbstractFile](implicit num: math.Numeric[B]): B
    Definition Classes
    IterableOnceOps
  102. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  103. def tail: collection.Iterable[AbstractFile]
    Definition Classes
    IterableOps
  104. def tails: collection.Iterator[collection.Iterable[AbstractFile]]
    Definition Classes
    IterableOps
  105. def take(n: Int): collection.Iterable[AbstractFile]
    Definition Classes
    IterableOps → IterableOnceOps
  106. def takeRight(n: Int): collection.Iterable[AbstractFile]
    Definition Classes
    IterableOps
  107. def takeWhile(p: (AbstractFile) ⇒ Boolean): collection.Iterable[AbstractFile]
    Definition Classes
    IterableOps → IterableOnceOps
  108. val this: collection.Iterable[AbstractFile]
    Implicit
    This member is added by an implicit conversion from ReplDir to LazyZipOps[AbstractFile, collection.Iterable[AbstractFile]] performed by method toLazyZipOps in scala.collection.Iterable.
    Definition Classes
    LazyZipOps
  109. def to[C1](factory: Factory[AbstractFile, C1]): C1
    Definition Classes
    IterableOnceOps
  110. def toArray[B >: AbstractFile](implicit arg0: ClassTag[B]): Array[B]
    Definition Classes
    IterableOnceOps
  111. def toByteArray: Array[Byte]
    Definition Classes
    AbstractFile
    Annotations
    @throws( classOf[java.io.IOException] )
  112. def toCharArray: Array[Char]
    Definition Classes
    AbstractFile
    Annotations
    @throws( classOf[java.io.IOException] )
  113. def toIndexedSeq: collection.immutable.IndexedSeq[AbstractFile]
    Definition Classes
    IterableOnceOps
  114. final def toIterable: ReplDir.this.type
    Definition Classes
    Iterable → IterableOps
  115. def toList: collection.immutable.List[AbstractFile]
    Definition Classes
    IterableOnceOps
  116. def toMap[K, V](implicit ev: <:<[AbstractFile, (K, V)]): Map[K, V]
    Definition Classes
    IterableOnceOps
  117. def toSeq: collection.immutable.Seq[AbstractFile]
    Definition Classes
    IterableOnceOps
  118. def toSet[B >: AbstractFile]: Set[B]
    Definition Classes
    IterableOnceOps
  119. def toString(): String
    Definition Classes
    AbstractFile → IterableOps → AnyRef → Any
  120. def toURL: URL
    Definition Classes
    AbstractFile
  121. def toVector: collection.immutable.Vector[AbstractFile]
    Definition Classes
    IterableOnceOps
  122. def transpose[B](implicit asIterable: (AbstractFile) ⇒ collection.Iterable[B]): collection.Iterable[collection.Iterable[B]]
    Definition Classes
    IterableOps
  123. def underlyingSource: Option[AbstractFile]
    Definition Classes
    AbstractFile
  124. def unsupported(msg: String): Nothing
    Attributes
    protected
    Definition Classes
    AbstractFile
  125. def unsupported(): Nothing
    Attributes
    protected
    Definition Classes
    AbstractFile
  126. def unzip[A1, A2](implicit asPair: (AbstractFile) ⇒ (A1, A2)): (collection.Iterable[A1], collection.Iterable[A2])
    Definition Classes
    IterableOps
  127. def unzip3[A1, A2, A3](implicit asTriple: (AbstractFile) ⇒ (A1, A2, A3)): (collection.Iterable[A1], collection.Iterable[A2], collection.Iterable[A3])
    Definition Classes
    IterableOps
  128. def view: View[AbstractFile]
    Definition Classes
    IterableOps
  129. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  130. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  131. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  132. def withFilter(p: (AbstractFile) ⇒ Boolean): collection.WithFilter[AbstractFile, collection.Iterable]
    Definition Classes
    IterableOps
  133. def zip[B](that: collection.Iterable[B]): collection.Iterable[(AbstractFile, B)]
    Definition Classes
    IterableOps
  134. def zipAll[A1 >: AbstractFile, B](that: collection.Iterable[B], thisElem: A1, thatElem: B): collection.Iterable[(A1, B)]
    Definition Classes
    IterableOps
  135. def zipWithIndex: collection.Iterable[(AbstractFile, Int)]
    Definition Classes
    IterableOps → IterableOnceOps
  136. def [B](y: B): (ReplDir, B)
    Implicit
    This member is added by an implicit conversion from ReplDir to ArrowAssoc[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 to IterableOnceExtensionMethods[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 to IterableOnceExtensionMethods[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. def find(p: (AbstractFile) ⇒ Boolean): Option[AbstractFile]
    Implicit
    This member is added by an implicit conversion from ReplDir to IterableOnceExtensionMethods[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

  6. def flatMap[B](f: (AbstractFile) ⇒ collection.IterableOnce[B]): collection.IterableOnce[B]
    Implicit
    This member is added by an implicit conversion from ReplDir to IterableOnceExtensionMethods[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

  7. def foldLeft[B](z: B)(op: (B, AbstractFile) ⇒ B): B
    Implicit
    This member is added by an implicit conversion from ReplDir to IterableOnceExtensionMethods[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

  8. def foldRight[B](z: B)(op: (AbstractFile, B) ⇒ B): B
    Implicit
    This member is added by an implicit conversion from ReplDir to IterableOnceExtensionMethods[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

  9. def foreach[U](f: (AbstractFile) ⇒ U): Unit
    Implicit
    This member is added by an implicit conversion from ReplDir to IterableOnceExtensionMethods[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

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

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

  11. def isEmpty: Boolean
    Implicit
    This member is added by an implicit conversion from ReplDir to IterableOnceExtensionMethods[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

  12. def map[B](f: (AbstractFile) ⇒ B): collection.IterableOnce[B]
    Implicit
    This member is added by an implicit conversion from ReplDir to IterableOnceExtensionMethods[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

  13. def mkString: String
    Implicit
    This member is added by an implicit conversion from ReplDir to IterableOnceExtensionMethods[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

  14. def mkString(sep: String): String
    Implicit
    This member is added by an implicit conversion from ReplDir to IterableOnceExtensionMethods[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

  15. def mkString(start: String, sep: String, end: String): String
    Implicit
    This member is added by an implicit conversion from ReplDir to IterableOnceExtensionMethods[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

  16. def sameElements[B >: A](that: collection.IterableOnce[B]): Boolean
    Implicit
    This member is added by an implicit conversion from ReplDir to IterableOnceExtensionMethods[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

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

    (Since version 2.13.0) Use className instead of stringPrefix

  18. def to[C1](factory: Factory[AbstractFile, C1]): C1
    Implicit
    This member is added by an implicit conversion from ReplDir to IterableOnceExtensionMethods[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

  19. def toArray[B >: A](implicit arg0: ClassTag[B]): Array[B]
    Implicit
    This member is added by an implicit conversion from ReplDir to IterableOnceExtensionMethods[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

  20. def toBuffer[B >: A]: Buffer[B]
    Implicit
    This member is added by an implicit conversion from ReplDir to IterableOnceExtensionMethods[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

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

  22. final def toIterable: collection.Iterable[AbstractFile]
    Implicit
    This member is added by an implicit conversion from ReplDir to IterableOnceExtensionMethods[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

  23. def toIterator: collection.Iterator[AbstractFile]
    Implicit
    This member is added by an implicit conversion from ReplDir to IterableOnceExtensionMethods[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()

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

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

  25. def toList: collection.immutable.List[AbstractFile]
    Implicit
    This member is added by an implicit conversion from ReplDir to IterableOnceExtensionMethods[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

  26. def toMap[K, V](implicit ev: <:<[AbstractFile, (K, V)]): Map[K, V]
    Implicit
    This member is added by an implicit conversion from ReplDir to IterableOnceExtensionMethods[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

  27. def toSeq: collection.immutable.Seq[AbstractFile]
    Implicit
    This member is added by an implicit conversion from ReplDir to IterableOnceExtensionMethods[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

  28. def toSet[B >: A]: Set[B]
    Implicit
    This member is added by an implicit conversion from ReplDir to IterableOnceExtensionMethods[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

  29. def toStream: collection.immutable.Stream[AbstractFile]
    Implicit
    This member is added by an implicit conversion from ReplDir to IterableOnceExtensionMethods[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

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

  31. def toVector: collection.immutable.Vector[AbstractFile]
    Implicit
    This member is added by an implicit conversion from ReplDir to IterableOnceExtensionMethods[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

  32. 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 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 from ReplDir to IterableOnceExtensionMethods[AbstractFile]

Inherited by implicit conversion toLazyZipOps from ReplDir to LazyZipOps[AbstractFile, collection.Iterable[AbstractFile]]

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

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

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

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

Ungrouped