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 booleanevaluate(T arg)Deprecated.default booleantest(T t)Deprecated.
-