| Package | Description |
|---|---|
| net.markenwerk.commons.datastructures | |
| net.markenwerk.commons.interfaces | |
| net.markenwerk.commons.iterators |
| Modifier and Type | Method and Description |
|---|---|
<Result> Optional<Result> |
Optional.convert(Converter<? super Payload,? extends Result> converter)
|
| Constructor and Description |
|---|
ConvertingOptionalSelection(Converter<? super Payload,? extends Result> converter)
Creates a new
ConvertingOptionalSelection. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Translator<From,To>
A
Translator is used to convert (transform, translate, project,
evaluate, ...) values from one form into another and back. |
| Constructor and Description |
|---|
ConvertingIterator(Iterator<? extends From> iterator,
Converter<? super From,? extends To> converter)
Creates a new
ConvertingIterator. |
Copyright © 2015–2017 Markenwerk – Gesellschaft für markenbildende Maßnahmen mbH. All rights reserved.