Package com.tngtech.archunit.base
Class Guava.Iterables
- java.lang.Object
-
- com.tngtech.archunit.base.Guava.Iterables
-
-
Constructor Summary
Constructors Constructor Description Iterables()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> java.lang.Iterable<T>
filter(java.lang.Iterable<T> iterable, DescribedPredicate<? super T> predicate)
-
-
-
Method Detail
-
filter
public static <T> java.lang.Iterable<T> filter(java.lang.Iterable<T> iterable, DescribedPredicate<? super T> predicate)
-
-