commons
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
commons
commons-provider
/
xyz.xenondevs.commons.provider
/
strongFlattenIterables
strong
Flatten
Iterables
fun
<
T
>
Provider
<
Iterable
<
Iterable
<
T
>
>
>
.
strongFlattenIterables
(
)
:
Provider
<
List
<
T
>
>
Creates and returns a new
Provider
that flattens the
List
of
Lists
obtained from
this
.