Class CollectionHelper
java.lang.Object
io.github.torand.openapi2java.utils.CollectionHelper
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> booleanisEmpty(Collection<T> collection) static <K,V> boolean static <T> booleannonEmpty(Collection<T> collection) static <K,V> boolean static <T> Stream<T> streamConcat(Collection<T> collection1, Collection<T> collection2) static <T> Stream<T> streamSafely(Collection<T> collection)
-
Method Details
-
isEmpty
-
isEmpty
-
nonEmpty
-
nonEmpty
-
streamSafely
-
streamConcat
-