Class StreamUtil
- java.lang.Object
-
- net.n2oapp.framework.access.functions.StreamUtil
-
public class StreamUtil extends Object
- Author:
- V. Alexeev.
-
-
Constructor Summary
Constructors Constructor Description StreamUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> Stream<T>safeStreamOf(Collection<T> t)static <T> Stream<T>safeStreamOf(T... t)
-
-
-
Method Detail
-
safeStreamOf
@SafeVarargs public static <T> Stream<T> safeStreamOf(T... t)
-
safeStreamOf
public static <T> Stream<T> safeStreamOf(Collection<T> t)
-
-