Class Guava.Iterables

java.lang.Object
com.tngtech.archunit.base.Guava.Iterables
Enclosing class:
Guava

@Internal
public static final class Guava.Iterables
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    Iterables()  
  • Method Summary

    Modifier and Type Method Description
    static <T> java.lang.Iterable<T> filter​(java.lang.Iterable<T> iterable, DescribedPredicate<? super T> predicate)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Iterables

      public Iterables()
  • Method Details

    • filter

      public static <T> java.lang.Iterable<T> filter​(java.lang.Iterable<T> iterable, DescribedPredicate<? super T> predicate)