| Interface | Description |
|---|---|
| Callback<Result> |
For an arbitrary process, that will eventually yield a result, a
Callback is used, to convey that result from the executor of the
process (hereafter: executor) back to the initiator of the process
(hereafter: initiator). |
| Converter<From,To> |
A
Converter is used to convert (transform, translate, project,
evaluate, ...) values from one form into another. |
| CustomizingProducer<Customization,Product> |
A
CustomizingProducer produces customized values of the corresponding
product type. |
| CustomizingProvider<Customization,Product> |
A
CustomizingProvider provides customized values of the corresponding
product type. |
| Predicate<Subject> |
A
Predicate is used to perform arbitrary test on test subject. |
| Producer<Product> |
A
Producer produces values of the corresponding product type. |
| Provider<Product> |
A
Provider provides values of the corresponding product type. |
| Translator<From,To> |
A
Translator is used to convert (transform, translate, project,
evaluate, ...) values from one form into another and back. |
Copyright © 2015–2016 Markenwerk – Gesellschaft für markenbildende Maßnahmen mbH. All rights reserved.