Interface FastClasspathScanner.ScanResultProcessor
-
- Enclosing class:
- FastClasspathScanner
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface FastClasspathScanner.ScanResultProcessor
A callback used to process the result of a successful asynchronous scan.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
processScanResult(ScanResult scanResult)
Process the result of an asynchronous scan after scanning has completed.
-
-
-
Method Detail
-
processScanResult
void processScanResult(ScanResult scanResult)
Process the result of an asynchronous scan after scanning has completed.
-
-