The outcome of searching for annotations or images on the file-system.
-
Interface Summary
| Interface |
Description |
| Findable<T> |
Parent class for an element that exists in one of two-states, either Found or NotFound.
|
-
Class Summary
| Class |
Description |
| Found<T> |
A positive-result when an object is found at a particular location.
|
| NotFound<T> |
A negative-result when an object is not found at a particular location.
|