| Package | Description |
|---|---|
| org.appdapter.api.registry |
Our Registry system allows objects to be registered and looked up in a type-safe manner,
with optionally guarded result size, and flexibility in result delivery to client code.
|
| org.appdapter.registry.basic |
The "Basic" Registry system provides a simple implementation of the
Registry interfaces and concepts.
|
| Modifier and Type | Field and Description |
|---|---|
Receiver<OT> |
ResultSequence.myReceiver |
| Modifier and Type | Method and Description |
|---|---|
ResultSequence |
Finder.deliverMatchesUntilDone(Pattern p,
Receiver<OC> r) |
| Modifier and Type | Method and Description |
|---|---|
ResultSequence<OT> |
BasicFinder.deliverMatchesUntilDone(Pattern p,
Receiver<OT> r) |
protected ResultSequence<OT> |
BasicFinder.makeResultSequence(Pattern p,
Receiver<OT> r) |
Copyright © 2010-2015. All Rights Reserved.