Package com.macrofocus.utils
Interface Iterables.Condition<T>
-
- Enclosing class:
- Iterables
public static interface Iterables.Condition<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
apply(T var1)
-
-
-
Method Detail
-
apply
boolean apply(T var1)
-
-