A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://scala-lang.org/api/3.x/scala/IArray$$WithFilter.html below:

WithFilter

scala.IArray$package.IArray.WithFilter

A lazy filtered array. No filtering is applied until one of foreach, map or flatMap is called.

Attributes
Source
IArray.scala
Graph
Supertypes
Members list

Builds a new array by applying a function to all elements of this array and using the elements of the resulting collections.

Builds a new array by applying a function to all elements of this array and using the elements of the resulting collections.

Type parameters
U

the element type of the returned array.

Value parameters
f

the function to apply to each element.

Attributes
Returns

a new array resulting from applying the given collection-valued function f to each element of this array and concatenating the results.

Source
IArray.scala

Apply f to each element for its side effects. Note: [U] parameter needed to help scalac's type inference.

Apply f to each element for its side effects. Note: [U] parameter needed to help scalac's type inference.

Attributes
Source
IArray.scala

Builds a new array by applying a function to all elements of this array.

Builds a new array by applying a function to all elements of this array.

Type parameters
U

the element type of the returned array.

Value parameters
f

the function to apply to each element.

Attributes
Returns

a new array resulting from applying the given function f to each element of this array and collecting the results.

Source
IArray.scala

Creates a new non-strict filter which combines this filter with the given predicate.

Creates a new non-strict filter which combines this filter with the given predicate.

Attributes
Source
IArray.scala

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4