On this page
Object IterableOps.IterableOps
object IterableOps
Supertypes | |
---|---|
Self type |
Classlikes
Source
final class SizeCompareOps extends AnyVal
Operations for comparing the size of a collection to a test value.
These operations are implemented in terms of sizeCompare(Int)
.
Source
class WithFilter[+A, +CC[_]](self: IterableOps[A, CC, _], p: A => Boolean) extends WithFilter[A, CC] with Serializable
A trait that contains just the map
, flatMap
, foreach
and withFilter
methods of trait Iterable
.
Type parameters |
|
---|
© 2002-2022 EPFL, with contributions from Lightbend.
Licensed under the Apache License, Version 2.0.
https://scala-lang.org/api/3.2.0/scala/collection/IterableOps$.html