| Package | Description |
|---|---|
| net.anwiba.commons.lang.collection | |
| net.anwiba.commons.lang.functional | |
| net.anwiba.commons.lang.optional | |
| net.anwiba.commons.lang.stream |
| Modifier and Type | Method and Description |
|---|---|
default <E extends Exception> |
IObjectIterable.forEach(IConsumer<? super T,E> consumer) |
default <E extends Exception> |
IObjectIterator.forEachRemaining(IConsumer<? super T,E> consumer) |
| Modifier and Type | Method and Description |
|---|---|
default IConsumer<I,E> |
IConsumer.then(IConsumer<? super I,E> consumer) |
| Modifier and Type | Method and Description |
|---|---|
default void |
IIterable.foreach(IConsumer<O,E> consumer) |
default IConsumer<I,E> |
IConsumer.then(IConsumer<? super I,E> consumer) |
| Modifier and Type | Method and Description |
|---|---|
IOptional<T,E> |
Optional.consum(IConsumer<T,E> consumer) |
IOptional<T,E> |
IOptional.consum(IConsumer<T,E> converter) |
IOptional<T,E> |
Optional.or(IConsumer<T,E> consumer) |
IOptional<T,E> |
IOptional.or(IConsumer<T,E> converter) |
| Modifier and Type | Method and Description |
|---|---|
IStream<T,E> |
IStream.call(IConsumer<T,E> consumer) |
void |
IStream.foreach(IConsumer<T,E> consumer) |
Copyright © 2007–2017 Andreas W. Bartels. All rights reserved.