Package io.jenkins.blueocean.commons
Class IterableUtils
java.lang.Object
io.jenkins.blueocean.commons.IterableUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> Iterable<T>
chainedIterable
(Iterable<? extends T> iterable1, Iterable<? extends T> iterable2) static <T> T
static <T> T
static <T> Iterable<T>
getIterable
(Stream<T> stream) static <T> T
static <T> int
-
Method Details
-
getFirst
-
getNext
-
find
-
getIterable
-
size
-
chainedIterable
-