A lazy filtered array. No filtering is applied until one of foreach, map or flatMap is called.
| Supertypes |
|---|
Builds a new array by applying a function to all elements of this array and using the elements of the resulting collections.
| Type parameters |
|
|---|---|
| Value parameters |
|
| Returns | a new array resulting from applying the given collection-valued function |
Apply f to each element for its side effects. Note: [U] parameter needed to help scalac's type inference.
Builds a new array by applying a function to all elements of this array.
| Type parameters |
|
|---|---|
| Value parameters |
|
| Returns | a new array resulting from applying the given function |
Creates a new non-strict filter which combines this filter with the given predicate.
© 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/ArrayOps$$WithFilter.html