T
- - type of the objects to scan.public interface Scanable<T>
Modifier and Type | Interface and Description |
---|---|
static interface |
Scanable.ScanHandler<O> |
Modifier and Type | Method and Description |
---|---|
boolean |
scan(Scanable.ScanHandler<T> handler)
Scan through objects and call handler...
|
boolean scan(Scanable.ScanHandler<T> handler) throws Exception
handler
- - the handler to handle the scanned objects.Exception
- - whatever exception is thrown during scanning.Copyright © 2018 SPF4J. All rights reserved.