scala.collection.ArrayOps
See theArrayOps companion class
Attributes
- Companion
-
class
- Source
-
ArrayOps.scala
- Graph
-
- Supertypes
-
- Self type
-
Members list
A lazy filtered array. No filtering is applied until one of foreach, map or flatMap is called.
A lazy filtered array. No filtering is applied until one of foreach, map or flatMap is called.
Type parameters
- A
-
the element type of the array
Value parameters
- p
-
the filter predicate applied to each element
- xs
-
the underlying array being filtered
Attributes
- Source
-
ArrayOps.scala
- Supertypes
-