public class StreamUtil extends Object
Constructor and Description |
---|
StreamUtil() |
Modifier and Type | Method and Description |
---|---|
static <T> java.util.stream.Stream<T> |
concatenate(Collection<T>... collections)
Returns a concatenation of the streams of the given collections.
|
public static <T> java.util.stream.Stream<T> concatenate(Collection<T>... collections)
T
- the collectionscollections
- the collectionsCopyright © 2021. All rights reserved.