| 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.consume(IConsumer<T,E> consumer) |
IOptional<T,E> |
IOptional.consume(IConsumer<T,E> converter) |
| Modifier and Type | Method and Description |
|---|---|
IStream<T,E> |
IStream.foreach(IConsumer<T,E> consumer) |
| Modifier and Type | Method and Description |
|---|---|
default void |
IClosableIoIterator.foreach(IConsumer<? super T,IOException> action) |
| Modifier and Type | Method and Description |
|---|---|
ProgramLauncher |
ProgramLauncher.errorStreamConsumer(IConsumer<InputStream,RuntimeException> errorStreamConsumer) |
ProgramLauncher |
ProgramLauncher.inputStreamConsumer(IConsumer<InputStream,RuntimeException> inputStreamConsumer) |
| 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.