Package com.github.weisj.darklaf.util
Class StreamUtil
- java.lang.Object
-
- com.github.weisj.darklaf.util.StreamUtil
-
public class StreamUtil extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> Stream<T>enumerationAsStream(Enumeration<T> e)static <T> Stream<T>iterableAsStream(Iterable<T> it)
-
-
-
Method Detail
-
enumerationAsStream
public static <T> Stream<T> enumerationAsStream(Enumeration<T> e)
-
-