final
class
IterableOps[+A] extends collection.Iterable[A]
Instance Constructors
-
new
IterableOps(self: Iterable[A])
Value Members
-
-
final
def
##(): Int
-
def
+(other: String): String
-
-
-
-
def
->[B](y: B): (IterableOps[A], B)
-
def
/:[B](z: B)(op: (B, A) ⇒ B): B
-
def
:\[B](z: B)(op: (A, B) ⇒ B): B
-
-
-
-
def
addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder
-
def
aggregate[B](z: ⇒ B)(seqop: (B, A) ⇒ B, combop: (B, B) ⇒ B): B
-
final
def
asInstanceOf[T0]: T0
-
-
def
clone(): AnyRef
-
-
-
-
def
copyToArray[B >: A](xs: scala.Array[B], start: Int, len: Int): Unit
-
def
copyToArray[B >: A](xs: scala.Array[B]): Unit
-
def
copyToArray[B >: A](xs: scala.Array[B], start: Int): Unit
-
def
copyToBuffer[B >: A](dest: Buffer[B]): Unit
-
def
count(p: (A) ⇒ Boolean): Int
-
-
-
-
-
-
-
-
-
-
-
-
-
def
finalize(): Unit
-
-
-
-
def
fold[A1 >: A](z: A1)(op: (A1, A1) ⇒ A1): A1
-
def
foldLeft[B](z: B)(op: (B, A) ⇒ B): B
-
def
foldRight[B](z: B)(op: (A, B) ⇒ B): B
-
-
def
foreach[U](f: (A) ⇒ U): Unit
-
def
formatted(fmtstr: String): String
-
-
final
def
getClass(): Class[_]
-
-
-
def
hasDefiniteSize: Boolean
-
def
hashCode(): Int
-
def
head: A
-
def
headOption: Option[A]
-
-
-
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
isTraversableAgain: Boolean
-
-
def
last: A
-
def
lastOption: Option[A]
-
def
map[B, That](f: (A) ⇒ B)(implicit bf: CanBuildFrom[collection.Iterable[A], B, That]): That
-
def
max[B >: A](implicit cmp: Ordering[B]): A
-
def
maxBy[B](f: (A) ⇒ B)(implicit cmp: Ordering[B]): A
-
def
min[B >: A](implicit cmp: Ordering[B]): A
-
def
minBy[B](f: (A) ⇒ B)(implicit cmp: Ordering[B]): A
-
def
mkString: String
-
def
mkString(sep: String): String
-
def
mkString(start: String, sep: String, end: String): String
-
-
-
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
-
def
parCombiner: Combiner[A, ParIterable[A]]
-
-
def
product[B >: A](implicit num: Numeric[B]): B
-
def
reduce[A1 >: A](op: (A1, A1) ⇒ A1): A1
-
def
reduceLeft[B >: A](op: (B, A) ⇒ B): B
-
def
reduceLeftOption[B >: A](op: (B, A) ⇒ B): Option[B]
-
def
reduceOption[A1 >: A](op: (A1, A1) ⇒ A1): Option[A1]
-
def
reduceRight[B >: A](op: (A, B) ⇒ B): B
-
def
reduceRightOption[B >: A](op: (A, B) ⇒ B): Option[B]
-
-
def
reversed: List[A]
-
def
sameElements[B >: A](that: GenIterable[B]): Boolean
-
def
scan[B >: A, That](z: B)(op: (B, B) ⇒ B)(implicit cbf: CanBuildFrom[collection.Iterable[A], B, That]): That
-
def
scanLeft[B, That](z: B)(op: (B, A) ⇒ B)(implicit bf: CanBuildFrom[collection.Iterable[A], B, That]): That
-
def
scanRight[B, That](z: B)(op: (A, B) ⇒ B)(implicit bf: CanBuildFrom[collection.Iterable[A], B, That]): That
-
-
def
size: Int
-
-
-
-
-
-
def
stringPrefix: String
-
def
sum[B >: A](implicit num: Numeric[B]): B
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
-
-
-
-
-
-
def
to[Col[_]](implicit cbf: CanBuildFrom[Nothing, A, Col[A]]): Col[A]
-
def
toArray[B >: A](implicit arg0: ClassTag[B]): scala.Array[B]
-
def
toBuffer[B >: A]: Buffer[B]
-
-
-
-
-
def
toList: List[A]
-
def
toMap[T, U](implicit ev: <:<[A, (T, U)]): Map[T, U]
-
def
toParArray: ParArray[T]
-
-
def
toSet[B >: A]: Set[B]
-
def
toStream: collection.immutable.Stream[A]
-
def
toString(): String
-
-
def
toVector: Vector[A]
-
-
-
-
-
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
-
-
def
zipAll[B, A1 >: A, That](that: GenIterable[B], thisElem: A1, thatElem: B)(implicit bf: CanBuildFrom[collection.Iterable[A], (A1, B), That]): That
-
def
zipWithIndex[A1 >: A, That](implicit bf: CanBuildFrom[collection.Iterable[A], (A1, Int), That]): That
-
def
→[B](y: B): (IterableOps[A], B)
Shadowed Implicit Value Members
-
-
-
-
Inherited from HasNewBuilder[A, Iterable[A] @scala.annotation.unchecked.uncheckedVariance]
Inherited by implicit conversion CollectionsHaveToParArray from
IterableOps[A] to CollectionsHaveToParArray[IterableOps[A], T]
Inherited by implicit conversion MonadOps from
IterableOps[A] to MonadOps[A]
Inherited by implicit conversion alternateImplicit from
IterableOps[A] to ForceImplicitAmbiguity
Adapts a JavaScript Iterable to a Scala Iterable