| Package | Description |
|---|---|
| net.anwiba.commons.lang.optional | |
| net.anwiba.commons.lang.stream |
| Modifier and Type | Method and Description |
|---|---|
<O> IOptional<O,E> |
Optional.convert(IConverter<T,O,E> converter) |
<O> IOptional<O,E> |
IOptional.convert(IConverter<T,O,E> converter) |
<O> IOptional<T,E> |
Optional.equals(IConverter<T,O,E> converter,
O other) |
<O> IOptional<T,E> |
IOptional.equals(IConverter<T,O,E> converter,
O value) |
| Modifier and Type | Method and Description |
|---|---|
<O> IStream<O,E> |
IStream.convert(IConverter<T,O,E> funtion) |
| Constructor and Description |
|---|
ConvertingIterableIterable(IIterable<I,E> input,
IAcceptor<I> acceptor,
IConverter<I,O,E> converter) |
ConvertingIteratorIterator(IIterator<I,E> input,
IAcceptor<I> acceptor,
IConverter<I,O,E> converter) |
Copyright © 2007–2016 Andreas Bartels. All rights reserved.