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