| 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> |
IOptional.consume(IConsumer<T,E> converter) |
| Modifier and Type | Method and Description |
|---|---|
IStream<T,E> |
IStream.foreach(IConsumer<T,E> consumer) |
IStream<T,E> |
FailedStream.foreach(IConsumer<T,E> consumer) |
| Modifier and Type | Method and Description |
|---|---|
IProgramLauncher |
ProgramLauncher.errorStreamConsumer(IConsumer<InputStream,IOException> errorStreamConsumer) |
IProgramLauncher |
IProgramLauncher.errorStreamConsumer(IConsumer<InputStream,IOException> errorStreamConsumer) |
IProgramLauncher |
ProgramLauncher.inputStreamConsumer(IConsumer<InputStream,IOException> inputStreamConsumer) |
IProgramLauncher |
IProgramLauncher.inputStreamConsumer(IConsumer<InputStream,IOException> inputStreamConsumer) |
| Modifier and Type | Method and Description |
|---|---|
default void |
IClosableIoIterator.foreach(IConsumer<? super T,IOException> action) |
| Modifier and Type | Method and Description |
|---|---|
default <E extends Exception> |
IValidationResult.otherwise(IConsumer<String,E> consumer) |
Copyright © 2007–2018 Andreas W. Bartels. All rights reserved.