Interface Iterables.Condition<T>

  • Enclosing class:
    Iterables

    public static interface Iterables.Condition<T>
    • Method Detail

      • apply

        boolean apply​(T var1)