Package io.github.pellse.util.collection
Interface CollectionUtil
-
public interface CollectionUtil
-
-
Method Summary
Static Methods Modifier and Type Method Description static <T,C extends java.lang.Iterable<T>>
java.util.stream.Stream<T>toStream(C iterable)
-