toggle menu
modelix.core
8.16.0
jvm
switch theme
search in API
model-client
/
org.modelix.model.util
/
StreamUtils
Stream
Utils
jvm
object
StreamUtils
Members
Functions
index
Of
Link copied to clipboard
jvm
fun
indexOf
(
stream
:
LongStream
,
value
:
Long
)
:
Int
intersection
Link copied to clipboard
jvm
fun
<
T
>
intersection
(
a
:
Stream
<
T
>
,
b
:
Set
<
T
>
)
:
Set
<
T
>
last
Link copied to clipboard
jvm
fun
<
T
>
last
(
list
:
List
<
T
>
)
:
T
?
remove
Last
Link copied to clipboard
jvm
fun
<
T
>
removeLast
(
list
:
MutableList
<
T
>
)
:
T
?
to
List
Link copied to clipboard
jvm
fun
<
T
>
toList
(
iterable
:
Iterable
<
T
>
)
:
List
<
T
>
to
Stream
Link copied to clipboard
jvm
fun
<
T
>
toStream
(
iterable
:
Iterable
<
T
>
)
:
Stream
<
T
>