| Package | Description |
|---|---|
| net.anwiba.commons.lang.optional | |
| net.anwiba.commons.lang.stream |
| Modifier and Type | Class and Description |
|---|---|
class |
Optional<T,E extends Exception> |
| Modifier and Type | Method and Description |
|---|---|
IOptional<T,E> |
Optional.accept(IAcceptor<T> acceptor) |
IOptional<T,E> |
IOptional.accept(IAcceptor<T> acceptor) |
<O> IOptional<O,E> |
Optional.convert(IConverter<T,O,E> converter) |
<O> IOptional<O,E> |
IOptional.convert(IConverter<T,O,E> converter) |
static <T,E extends Exception> |
Optional.create(T value) |
<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 |
|---|---|
IOptional<T,E> |
IStream.first() |
IOptional<T,E> |
IStream.first(IAcceptor<T> funtion) |
<O> IOptional<O,E> |
IStream.forAll(O inital,
IAccumulator<T,O,E> accumulator) |
Copyright © 2007–2016 Andreas Bartels. All rights reserved.