Langium - v4.0.0
Preparing search index...
langium
stream
Function stream
stream
<
T
>
(
...
collections
:
(
Iterable
<
T
,
any
,
any
>
|
ArrayLike
<
T
>
)
[]
)
:
Stream
<
T
>
Create a stream from one or more iterables or array-likes.
Type Parameters
T
Parameters
...
collections
: (
Iterable
<
T
,
any
,
any
>
|
ArrayLike
<
T
>
)
[]
Returns
Stream
<
T
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Langium - v4.0.0
Loading...
Create a stream from one or more iterables or array-likes.