Interface Scanner.Action
-
- All Superinterfaces:
java.util.function.Predicate<FileWrapper>
,UnaryPredicate<FileWrapper>
- All Known Implementing Classes:
AnnotationScannerAction
,EnhanceTool.EnhancerFileAction
,Recognizer
- Enclosing class:
- Scanner
public static interface Scanner.Action extends UnaryPredicate<FileWrapper>
Action interface passed to scan method to act on files. Terminates scan if it returns false.
-
-
Method Summary
-
Methods inherited from interface org.glassfish.pfl.basic.func.UnaryPredicate
evaluate, test
-
-