Uses of Class
org.jenkinsci.plugins.github.util.FluentIterableWrapper
Packages that use FluentIterableWrapper
-
Uses of FluentIterableWrapper in org.jenkinsci.plugins.github.util
Methods in org.jenkinsci.plugins.github.util that return FluentIterableWrapperModifier and TypeMethodDescriptionfinal FluentIterableWrapper<E>
Returns a fluent iterable whose iterators traverse first the elements of this fluent iterable, followed by those ofother
.final FluentIterableWrapper<E>
Returns the elements from this fluent iterable that satisfy a predicate.final <F extends E>
FluentIterableWrapper<F>Returns the elements from this fluent iterable that are instances of the supplied type.static <E> FluentIterableWrapper<E>
Returns a fluent iterable that wrapsiterable
, oriterable
itself if it is already aFluentIterable
.final <T> FluentIterableWrapper<T>
Returns a fluent iterable that appliesfunction
to each element of this fluent iterable.<T> FluentIterableWrapper<T>
FluentIterableWrapper.transformAndConcat
(com.google.common.base.Function<? super E, ? extends Iterable<? extends T>> function) Appliesfunction
to each element of this fluent iterable and returns a fluent iterable with the concatenated combination of results.