Package net.sourceforge.pmd.util
Interface Predicate<T>
-
- Type Parameters:
T
- the type of the input to the predicate
@Experimental public interface Predicate<T>
Simple predicate of one argument.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
test(T t)
-
-
-
Method Detail
-
test
boolean test(T t)
-
-