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> Tstatic <T> Tstatic <T> Iterable<T> getIterable(Stream<T> stream) static <T> Tstatic <T> int 
- 
Method Details
- 
getFirst
 - 
getNext
 - 
find
 - 
getIterable
 - 
size
 - 
chainedIterable
 
 -