AnyLogic
Expand
Font size
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 UtilitiesCollection class instead
Author:
AnyLogic North America, LLC https://anylogic.com

Method Summary

Modifier and TypeMethodDescription
static <T> Stream<T>streamOfElements(Collection<? extends T>... lists) 
static <T> Stream<T>streamOfElements(Stream<? extends T>... streams) 

Methods inherited from class java.lang.Object

equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Method Details

streamOfElements

@AnyLogicInternalAPI
@SafeVarargs
public static <T> Stream<T> streamOfElements(Collection<? extends T>... lists)

streamOfElements

@AnyLogicInternalAPI
@SafeVarargs
public static <T> Stream<T> streamOfElements(Stream<? extends T>... streams)