Uses of Class
com.ulisesbocchio.jasyptspringboot.util.Iterables.IterableDecorator
-
Packages that use Iterables.IterableDecorator Package Description com.ulisesbocchio.jasyptspringboot.util -
-
Uses of Iterables.IterableDecorator in com.ulisesbocchio.jasyptspringboot.util
Methods in com.ulisesbocchio.jasyptspringboot.util that return Iterables.IterableDecorator Modifier and Type Method Description static <U,T>
Iterables.IterableDecorator<U,T>Iterables. decorate(Iterable<U> source, Function<U,T> transform, Predicate<U> filter)decorate.static <T> Iterables.IterableDecorator<T,T>Iterables. filter(Iterable<T> source, Predicate<T> filter)filter.static <U,T>
Iterables.IterableDecorator<U,T>Iterables. transform(Iterable<U> source, Function<U,T> transform)transform.
-