Packages

class Jar extends AbstractIterable[JarEntry]

Source
Jar.scala
Linear Supertypes
AbstractIterable[JarEntry], collection.Iterable[JarEntry], IterableFactoryDefaults[JarEntry, collection.Iterable], IterableOps[JarEntry, collection.Iterable, collection.Iterable[JarEntry]], IterableOnceOps[JarEntry, collection.Iterable, collection.Iterable[JarEntry]], collection.IterableOnce[JarEntry], AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Jar
  2. AbstractIterable
  3. Iterable
  4. IterableFactoryDefaults
  5. IterableOps
  6. IterableOnceOps
  7. IterableOnce
  8. AnyRef
  9. 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

Instance Constructors

  1. new Jar(path: String)
  2. new Jar(jfile: JFile)
  3. new Jar(file: File)

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 Jar toany2stringadd[Jar] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. final def ++[B >: JarEntry](suffix: collection.IterableOnce[B]): collection.Iterable[B]
    Definition Classes
    IterableOps
    Annotations
    @inline()
  5. def ->[B](y: B): (Jar, B)
    Implicit
    This member is added by an implicit conversion from Jar toArrowAssoc[Jar] 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 className: String
    Attributes
    protected[this]
    Definition Classes
    Iterable
  12. def classPathElements: List[String]
  13. def classPathString: Option[String]

    The manifest-defined classpath String if available.

  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  15. final def coll: Jar.this.type
    Attributes
    protected
    Definition Classes
    Iterable → IterableOps
  16. def collect[B](pf: PartialFunction[JarEntry, B]): collection.Iterable[B]
    Definition Classes
    IterableOps → IterableOnceOps
  17. def collectFirst[B](pf: PartialFunction[JarEntry, B]): Option[B]
    Definition Classes
    IterableOnceOps
  18. def concat[B >: JarEntry](suffix: collection.IterableOnce[B]): collection.Iterable[B]
    Definition Classes
    IterableOps
  19. def copyToArray[B >: JarEntry](xs: Array[B], start: Int, len: Int): Int
    Definition Classes
    IterableOnceOps
  20. def copyToArray[B >: JarEntry](xs: Array[B], start: Int): Int
    Definition Classes
    IterableOnceOps
  21. def copyToArray[B >: JarEntry](xs: Array[B]): Int
    Definition Classes
    IterableOnceOps
  22. def corresponds[B](that: collection.IterableOnce[B])(p: (JarEntry, B) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  23. def count(p: (JarEntry) => Boolean): Int
    Definition Classes
    IterableOnceOps
  24. def drop(n: Int): collection.Iterable[JarEntry]
    Definition Classes
    IterableOps → IterableOnceOps
  25. def dropRight(n: Int): collection.Iterable[JarEntry]
    Definition Classes
    IterableOps
  26. def dropWhile(p: (JarEntry) => Boolean): collection.Iterable[JarEntry]
    Definition Classes
    IterableOps → IterableOnceOps
  27. def empty: collection.Iterable[JarEntry]
    Definition Classes
    IterableFactoryDefaults → IterableOps
  28. def ensuring(cond: (Jar) => Boolean, msg: => Any): Jar
    Implicit
    This member is added by an implicit conversion from Jar toEnsuring[Jar] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  29. def ensuring(cond: (Jar) => Boolean): Jar
    Implicit
    This member is added by an implicit conversion from Jar toEnsuring[Jar] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  30. def ensuring(cond: Boolean, msg: => Any): Jar
    Implicit
    This member is added by an implicit conversion from Jar toEnsuring[Jar] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  31. def ensuring(cond: Boolean): Jar
    Implicit
    This member is added by an implicit conversion from Jar toEnsuring[Jar] 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(p: (JarEntry) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  35. def filter(pred: (JarEntry) => Boolean): collection.Iterable[JarEntry]
    Definition Classes
    IterableOps → IterableOnceOps
  36. def filterNot(pred: (JarEntry) => Boolean): collection.Iterable[JarEntry]
    Definition Classes
    IterableOps → IterableOnceOps
  37. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  38. def find(p: (JarEntry) => Boolean): Option[JarEntry]
    Definition Classes
    IterableOnceOps
  39. def flatMap[B](f: (JarEntry) => collection.IterableOnce[B]): collection.Iterable[B]
    Definition Classes
    IterableOps → IterableOnceOps
  40. def flatten[B](implicit asIterable: (JarEntry) => collection.IterableOnce[B]): collection.Iterable[B]
    Definition Classes
    IterableOps → IterableOnceOps
  41. def fold[A1 >: JarEntry](z: A1)(op: (A1, A1) => A1): A1
    Definition Classes
    IterableOnceOps
  42. def foldLeft[B](z: B)(op: (B, JarEntry) => B): B
    Definition Classes
    IterableOnceOps
  43. def foldRight[B](z: B)(op: (JarEntry, B) => B): B
    Definition Classes
    IterableOnceOps
  44. def forall(p: (JarEntry) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  45. def foreach[U](f: (JarEntry) => U): Unit
    Definition Classes
    Jar → IterableOnceOps
  46. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from Jar toStringFormat[Jar] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  47. def fromSpecific(coll: collection.IterableOnce[JarEntry]): collection.Iterable[JarEntry]
    Attributes
    protected
    Definition Classes
    IterableFactoryDefaults → IterableOps
  48. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  49. def groupBy[K](f: (JarEntry) => K): Map[K, collection.Iterable[JarEntry]]
    Definition Classes
    IterableOps
  50. def groupMap[K, B](key: (JarEntry) => K)(f: (JarEntry) => B): Map[K, collection.Iterable[B]]
    Definition Classes
    IterableOps
  51. def groupMapReduce[K, B](key: (JarEntry) => K)(f: (JarEntry) => B)(reduce: (B, B) => B): Map[K, B]
    Definition Classes
    IterableOps
  52. def grouped(size: Int): collection.Iterator[collection.Iterable[JarEntry]]
    Definition Classes
    IterableOps
  53. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  54. def head: JarEntry
    Definition Classes
    IterableOps
  55. def headOption: Option[JarEntry]
    Definition Classes
    IterableOps
  56. def init: collection.Iterable[JarEntry]
    Definition Classes
    IterableOps
  57. def inits: collection.Iterator[collection.Iterable[JarEntry]]
    Definition Classes
    IterableOps
  58. def isEmpty: Boolean
    Definition Classes
    Jar → IterableOnceOps
  59. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  60. def isTraversableAgain: Boolean
    Definition Classes
    IterableOps → IterableOnceOps
  61. def iterableFactory: IterableFactory[collection.Iterable]
    Definition Classes
    Iterable → IterableOps
  62. def iterator: Iterator[JarEntry]
    Definition Classes
    Jar → IterableOnce
  63. def jarWriter(mainAttrs: (Name, String)*): JarWriter
  64. def knownSize: Int
    Definition Classes
    IterableOnce
  65. def last: JarEntry
    Definition Classes
    IterableOps
  66. def lastOption: Option[JarEntry]
    Definition Classes
    IterableOps
  67. def lazyZip[B](that: collection.Iterable[B]): LazyZip2[JarEntry, B, Jar.this.type]
    Definition Classes
    Iterable
  68. def mainClass: Option[String]
  69. lazy val manifest: Option[Manifest]
  70. def map[B](f: (JarEntry) => B): collection.Iterable[B]
    Definition Classes
    IterableOps → IterableOnceOps
  71. def max[B >: JarEntry](implicit ord: math.Ordering[B]): JarEntry
    Definition Classes
    IterableOnceOps
  72. def maxBy[B](f: (JarEntry) => B)(implicit cmp: math.Ordering[B]): JarEntry
    Definition Classes
    IterableOnceOps
  73. def maxByOption[B](f: (JarEntry) => B)(implicit cmp: math.Ordering[B]): Option[JarEntry]
    Definition Classes
    IterableOnceOps
  74. def maxOption[B >: JarEntry](implicit ord: math.Ordering[B]): Option[JarEntry]
    Definition Classes
    IterableOnceOps
  75. def min[B >: JarEntry](implicit ord: math.Ordering[B]): JarEntry
    Definition Classes
    IterableOnceOps
  76. def minBy[B](f: (JarEntry) => B)(implicit cmp: math.Ordering[B]): JarEntry
    Definition Classes
    IterableOnceOps
  77. def minByOption[B](f: (JarEntry) => B)(implicit cmp: math.Ordering[B]): Option[JarEntry]
    Definition Classes
    IterableOnceOps
  78. def minOption[B >: JarEntry](implicit ord: math.Ordering[B]): Option[JarEntry]
    Definition Classes
    IterableOnceOps
  79. final def mkString: String
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  80. final def mkString(sep: String): String
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  81. final def mkString(start: String, sep: String, end: String): String
    Definition Classes
    IterableOnceOps
  82. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  83. def newSpecificBuilder: Builder[JarEntry, collection.Iterable[JarEntry]]
    Attributes
    protected
    Definition Classes
    IterableFactoryDefaults → IterableOps
  84. def nonEmpty: Boolean
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding("nonEmpty is defined as !isEmpty; override isEmpty instead", "2.13.0")
  85. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  86. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  87. def partition(p: (JarEntry) => Boolean): (collection.Iterable[JarEntry], collection.Iterable[JarEntry])
    Definition Classes
    IterableOps
  88. def partitionMap[A1, A2](f: (JarEntry) => Either[A1, A2]): (collection.Iterable[A1], collection.Iterable[A2])
    Definition Classes
    IterableOps
  89. def product[B >: JarEntry](implicit num: math.Numeric[B]): B
    Definition Classes
    IterableOnceOps
  90. def reduce[B >: JarEntry](op: (B, B) => B): B
    Definition Classes
    IterableOnceOps
  91. def reduceLeft[B >: JarEntry](op: (B, JarEntry) => B): B
    Definition Classes
    IterableOnceOps
  92. def reduceLeftOption[B >: JarEntry](op: (B, JarEntry) => B): Option[B]
    Definition Classes
    IterableOnceOps
  93. def reduceOption[B >: JarEntry](op: (B, B) => B): Option[B]
    Definition Classes
    IterableOnceOps
  94. def reduceRight[B >: JarEntry](op: (JarEntry, B) => B): B
    Definition Classes
    IterableOnceOps
  95. def reduceRightOption[B >: JarEntry](op: (JarEntry, B) => B): Option[B]
    Definition Classes
    IterableOnceOps
  96. def reversed: collection.Iterable[JarEntry]
    Attributes
    protected
    Definition Classes
    IterableOnceOps
  97. def scan[B >: JarEntry](z: B)(op: (B, B) => B): collection.Iterable[B]
    Definition Classes
    IterableOps
  98. def scanLeft[B](z: B)(op: (B, JarEntry) => B): collection.Iterable[B]
    Definition Classes
    IterableOps → IterableOnceOps
  99. def scanRight[B](z: B)(op: (JarEntry, B) => B): collection.Iterable[B]
    Definition Classes
    IterableOps
  100. def size: Int
    Definition Classes
    IterableOnceOps
  101. def sizeCompare(that: collection.Iterable[_]): Int
    Definition Classes
    IterableOps
  102. def sizeCompare(otherSize: Int): Int
    Definition Classes
    IterableOps
  103. final def sizeIs: SizeCompareOps
    Definition Classes
    IterableOps
    Annotations
    @inline()
  104. def slice(from: Int, until: Int): collection.Iterable[JarEntry]
    Definition Classes
    IterableOps → IterableOnceOps
  105. def sliding(size: Int, step: Int): collection.Iterator[collection.Iterable[JarEntry]]
    Definition Classes
    IterableOps
  106. def sliding(size: Int): collection.Iterator[collection.Iterable[JarEntry]]
    Definition Classes
    IterableOps
  107. def span(p: (JarEntry) => Boolean): (collection.Iterable[JarEntry], collection.Iterable[JarEntry])
    Definition Classes
    IterableOps → IterableOnceOps
  108. def splitAt(n: Int): (collection.Iterable[JarEntry], collection.Iterable[JarEntry])
    Definition Classes
    IterableOps → IterableOnceOps
  109. def stepper[S <: Stepper[_]](implicit shape: StepperShape[JarEntry, S]): S
    Definition Classes
    IterableOnce
  110. def stringPrefix: String
    Attributes
    protected[this]
    Definition Classes
    Iterable
    Annotations
    @deprecatedOverriding("Override className instead", "2.13.0")
  111. def sum[B >: JarEntry](implicit num: math.Numeric[B]): B
    Definition Classes
    IterableOnceOps
  112. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  113. def tail: collection.Iterable[JarEntry]
    Definition Classes
    IterableOps
  114. def tails: collection.Iterator[collection.Iterable[JarEntry]]
    Definition Classes
    IterableOps
  115. def take(n: Int): collection.Iterable[JarEntry]
    Definition Classes
    IterableOps → IterableOnceOps
  116. def takeRight(n: Int): collection.Iterable[JarEntry]
    Definition Classes
    IterableOps
  117. def takeWhile(p: (JarEntry) => Boolean): collection.Iterable[JarEntry]
    Definition Classes
    IterableOps → IterableOnceOps
  118. def tapEach[U](f: (JarEntry) => U): collection.Iterable[JarEntry]
    Definition Classes
    IterableOps → IterableOnceOps
  119. def to[C1](factory: Factory[JarEntry, C1]): C1
    Definition Classes
    IterableOnceOps
  120. def toArray[B >: JarEntry](implicit arg0: ClassTag[B]): Array[B]
    Definition Classes
    IterableOnceOps
  121. final def toBuffer[B >: JarEntry]: Buffer[B]
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  122. def toIndexedSeq: collection.immutable.IndexedSeq[JarEntry]
    Definition Classes
    IterableOnceOps
  123. final def toIterable: Jar.this.type
    Definition Classes
    Iterable → IterableOps
  124. def toList: collection.immutable.List[JarEntry]
    Definition Classes
    IterableOnceOps
  125. def toMap[K, V](implicit ev: <:<[JarEntry, (K, V)]): Map[K, V]
    Definition Classes
    IterableOnceOps
  126. def toSeq: collection.immutable.Seq[JarEntry]
    Definition Classes
    IterableOnceOps
  127. def toSet[B >: JarEntry]: Set[B]
    Definition Classes
    IterableOnceOps
  128. def toString(): String
    Definition Classes
    Jar → Iterable → AnyRef → Any
  129. def toVector: collection.immutable.Vector[JarEntry]
    Definition Classes
    IterableOnceOps
  130. def transpose[B](implicit asIterable: (JarEntry) => collection.Iterable[B]): collection.Iterable[collection.Iterable[B]]
    Definition Classes
    IterableOps
  131. def unzip[A1, A2](implicit asPair: (JarEntry) => (A1, A2)): (collection.Iterable[A1], collection.Iterable[A2])
    Definition Classes
    IterableOps
  132. def unzip3[A1, A2, A3](implicit asTriple: (JarEntry) => (A1, A2, A3)): (collection.Iterable[A1], collection.Iterable[A2], collection.Iterable[A3])
    Definition Classes
    IterableOps
  133. def view: View[JarEntry]
    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
    @throws(classOf[java.lang.InterruptedException]) @native()
  137. def withEntryStream[A](name: String)(f: (Option[InputStream]) => A): A

    Invoke f with input for named jar entry (or None).

  138. def withFilter(p: (JarEntry) => Boolean): WithFilter[JarEntry, collection.Iterable]
    Definition Classes
    IterableOps
  139. def withJarInput[T](f: (JarInputStream) => T): T
  140. def zip[B](that: collection.IterableOnce[B]): collection.Iterable[(JarEntry, B)]
    Definition Classes
    IterableOps
  141. def zipAll[A1 >: JarEntry, B](that: collection.Iterable[B], thisElem: A1, thatElem: B): collection.Iterable[(A1, B)]
    Definition Classes
    IterableOps
  142. def zipWithIndex: collection.Iterable[(JarEntry, Int)]
    Definition Classes
    IterableOps → IterableOnceOps

Deprecated Value Members

  1. def ++:[B >: JarEntry](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, JarEntry) => B): B
    Implicit
    This member is added by an implicit conversion from Jar toIterableOnceExtensionMethods[JarEntry] 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:
    (jar: IterableOnceExtensionMethods[JarEntry])./:(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, JarEntry) => B): B
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use foldLeft instead of /:

  4. def :\[B](z: B)(op: (JarEntry, B) => B): B
    Implicit
    This member is added by an implicit conversion from Jar toIterableOnceExtensionMethods[JarEntry] 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:
    (jar: IterableOnceExtensionMethods[JarEntry]).:\(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: (JarEntry, 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, JarEntry) => 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[JarEntry, B]): Option[B]
    Implicit
    This member is added by an implicit conversion from Jar toIterableOnceExtensionMethods[JarEntry] 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:
    (jar: IterableOnceExtensionMethods[JarEntry]).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[JarEntry]): Unit
    Implicit
    This member is added by an implicit conversion from Jar toIterableOnceExtensionMethods[JarEntry] 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:
    (jar: IterableOnceExtensionMethods[JarEntry]).copyToBuffer(dest)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

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

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

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

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

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

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

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

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

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

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

    (Since version 2.13.0) Use .iterator.find instead

  15. def flatMap[B](f: (JarEntry) => collection.IterableOnce[B]): collection.IterableOnce[B]
    Implicit
    This member is added by an implicit conversion from Jar toIterableOnceExtensionMethods[JarEntry] 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:
    (jar: IterableOnceExtensionMethods[JarEntry]).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 Jar toIterableOnceExtensionMethods[JarEntry] 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:
    (jar: IterableOnceExtensionMethods[JarEntry]).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, JarEntry) => B): B
    Implicit
    This member is added by an implicit conversion from Jar toIterableOnceExtensionMethods[JarEntry] 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:
    (jar: IterableOnceExtensionMethods[JarEntry]).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: (JarEntry, B) => B): B
    Implicit
    This member is added by an implicit conversion from Jar toIterableOnceExtensionMethods[JarEntry] 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:
    (jar: IterableOnceExtensionMethods[JarEntry]).foldRight(z)(op)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.foldRight instead

  19. def forall(f: (JarEntry) => Boolean): Boolean
    Implicit
    This member is added by an implicit conversion from Jar toIterableOnceExtensionMethods[JarEntry] 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:
    (jar: IterableOnceExtensionMethods[JarEntry]).forall(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

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

  20. def foreach[U](f: (JarEntry) => U): Unit
    Implicit
    This member is added by an implicit conversion from Jar toIterableOnceExtensionMethods[JarEntry] 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:
    (jar: IterableOnceExtensionMethods[JarEntry]).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 Jar toIterableOnceExtensionMethods[JarEntry] 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:
    (jar: IterableOnceExtensionMethods[JarEntry]).isEmpty
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.isEmpty instead

  23. def map[B](f: (JarEntry) => B): collection.IterableOnce[B]
    Implicit
    This member is added by an implicit conversion from Jar toIterableOnceExtensionMethods[JarEntry] 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:
    (jar: IterableOnceExtensionMethods[JarEntry]).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[JarEntry]): JarEntry
    Implicit
    This member is added by an implicit conversion from Jar toIterableOnceExtensionMethods[JarEntry] 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:
    (jar: IterableOnceExtensionMethods[JarEntry]).max(ord)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.max instead

  25. def maxBy[B](f: (JarEntry) => B)(implicit cmp: math.Ordering[B]): JarEntry
    Implicit
    This member is added by an implicit conversion from Jar toIterableOnceExtensionMethods[JarEntry] 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:
    (jar: IterableOnceExtensionMethods[JarEntry]).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[JarEntry]): JarEntry
    Implicit
    This member is added by an implicit conversion from Jar toIterableOnceExtensionMethods[JarEntry] 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:
    (jar: IterableOnceExtensionMethods[JarEntry]).min(ord)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.min instead

  27. def minBy[B](f: (JarEntry) => B)(implicit cmp: math.Ordering[B]): JarEntry
    Implicit
    This member is added by an implicit conversion from Jar toIterableOnceExtensionMethods[JarEntry] 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:
    (jar: IterableOnceExtensionMethods[JarEntry]).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 Jar toIterableOnceExtensionMethods[JarEntry] 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:
    (jar: IterableOnceExtensionMethods[JarEntry]).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 Jar toIterableOnceExtensionMethods[JarEntry] 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:
    (jar: IterableOnceExtensionMethods[JarEntry]).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 Jar toIterableOnceExtensionMethods[JarEntry] 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:
    (jar: IterableOnceExtensionMethods[JarEntry]).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 Jar toIterableOnceExtensionMethods[JarEntry] 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:
    (jar: IterableOnceExtensionMethods[JarEntry]).nonEmpty
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.nonEmpty instead

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

    (Since version 2.13.0) Use .iterator.product instead

  33. def reduce(f: (JarEntry, JarEntry) => JarEntry): JarEntry
    Implicit
    This member is added by an implicit conversion from Jar toIterableOnceExtensionMethods[JarEntry] 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:
    (jar: IterableOnceExtensionMethods[JarEntry]).reduce(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

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

  34. def reduceLeft(f: (JarEntry, JarEntry) => JarEntry): JarEntry
    Implicit
    This member is added by an implicit conversion from Jar toIterableOnceExtensionMethods[JarEntry] 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:
    (jar: IterableOnceExtensionMethods[JarEntry]).reduceLeft(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

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

  35. def reduceLeftOption(f: (JarEntry, JarEntry) => JarEntry): Option[JarEntry]
    Implicit
    This member is added by an implicit conversion from Jar toIterableOnceExtensionMethods[JarEntry] 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:
    (jar: IterableOnceExtensionMethods[JarEntry]).reduceLeftOption(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

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

  36. def reduceOption(f: (JarEntry, JarEntry) => JarEntry): Option[JarEntry]
    Implicit
    This member is added by an implicit conversion from Jar toIterableOnceExtensionMethods[JarEntry] 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:
    (jar: IterableOnceExtensionMethods[JarEntry]).reduceOption(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

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

  37. def reduceRight(f: (JarEntry, JarEntry) => JarEntry): JarEntry
    Implicit
    This member is added by an implicit conversion from Jar toIterableOnceExtensionMethods[JarEntry] 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:
    (jar: IterableOnceExtensionMethods[JarEntry]).reduceRight(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

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

  38. def reduceRightOption(f: (JarEntry, JarEntry) => JarEntry): Option[JarEntry]
    Implicit
    This member is added by an implicit conversion from Jar toIterableOnceExtensionMethods[JarEntry] 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:
    (jar: IterableOnceExtensionMethods[JarEntry]).reduceRightOption(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

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

  39. final def repr: collection.Iterable[JarEntry]
    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 Jar toIterableOnceExtensionMethods[JarEntry] 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: Jar.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 Jar toIterableOnceExtensionMethods[JarEntry] 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:
    (jar: IterableOnceExtensionMethods[JarEntry]).size
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.size instead

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

    (Since version 2.13.0) Use .iterator.sum instead

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

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

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

    (Since version 2.13.0) Use .iterator.toIndexedSeq instead

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

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

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

    (Since version 2.13.0) Use .iterator instead

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

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

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

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

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

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

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

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

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

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

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

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

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

    (Since version 2.13.0) Use toIterable instead

  59. def toVector: collection.immutable.Vector[JarEntry]
    Implicit
    This member is added by an implicit conversion from Jar toIterableOnceExtensionMethods[JarEntry] 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:
    (jar: IterableOnceExtensionMethods[JarEntry]).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[JarEntry]
    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: (JarEntry) => Boolean): collection.Iterator[JarEntry]
    Implicit
    This member is added by an implicit conversion from Jar toIterableOnceExtensionMethods[JarEntry] 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:
    (jar: IterableOnceExtensionMethods[JarEntry]).withFilter(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

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

  62. def [B](y: B): (Jar, B)
    Implicit
    This member is added by an implicit conversion from Jar toArrowAssoc[Jar] 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 AbstractIterable[JarEntry]

Inherited from collection.Iterable[JarEntry]

Inherited from IterableFactoryDefaults[JarEntry, collection.Iterable]

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

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

Inherited from collection.IterableOnce[JarEntry]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion iterableOnceExtensionMethods fromJar to IterableOnceExtensionMethods[JarEntry]

Inherited by implicit conversion any2stringadd fromJar to any2stringadd[Jar]

Inherited by implicit conversion StringFormat fromJar to StringFormat[Jar]

Inherited by implicit conversion Ensuring fromJar to Ensuring[Jar]

Inherited by implicit conversion ArrowAssoc fromJar to ArrowAssoc[Jar]

Ungrouped