Package org.glassfish.pfl.basic.func
Interface UnaryPredicate<T>
-
- All Superinterfaces:
java.util.function.Predicate<T>
- All Known Subinterfaces:
Scanner.Action
- All Known Implementing Classes:
AnnotationScannerAction
,EnhanceTool.EnhancerFileAction
,Recognizer
,UnaryPredicateBase
@Deprecated public interface UnaryPredicate<T> extends java.util.function.Predicate<T>
Deprecated.replaced byPredicate
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Deprecated Methods Modifier and Type Method Description boolean
evaluate(T arg)
Deprecated.default boolean
test(T t)
Deprecated.
-