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 - ExceptionCopyright © 2014. All rights reserved.