Package com.anylogic.engine
- java.lang.Object
- com.anylogic.engine.UtilitiesStream
- Direct Known Subclasses:
UtilitiesCollection
@AnyLogicInternalAPI public class UtilitiesStream extends Object
This class is internal and shouldn't be called by user.
it may be removed/renamed in future. Please use
it may be removed/renamed in future. Please use
UtilitiesCollection
class instead- Author:
- AnyLogic North America, LLC https://anylogic.com
Modifier and Type | Method | Description |
---|---|---|
static <T> Stream<T> | streamOfElements | |
static <T> Stream<T> | streamOfElements |
@AnyLogicInternalAPI @SafeVarargs public static <T> Stream<T> streamOfElements(Collection<? extends T>... lists)
@AnyLogicInternalAPI @SafeVarargs public static <T> Stream<T> streamOfElements(Stream<? extends T>... streams)