@FunctionalInterface public interface IConsumer<I,E extends Exception>
| Modifier and Type | Method and Description |
|---|---|
void |
consume(I input) |
default IConsumer<I,E> |
then(IConsumer<? super I,E> consumer) |
Copyright © 2007–2017 Andreas W. Bartels. All rights reserved.