@FunctionalInterface
public interface ExceptionObjIntConsumer<T,E extends java.lang.Exception>
| Modifier and Type | Method | Description |
|---|---|---|
void |
accept(T t,
int value) |
Performs this operation on the given arguments.
|
default ExceptionObjIntConsumer<T,E> |
andThen(ExceptionObjIntConsumer<? super T,? extends E> after) |
|
default ExceptionObjIntConsumer<T,E> |
andThen(ExceptionObjLongConsumer<? super T,? extends E> after) |
|
default ExceptionObjIntConsumer<T,E> |
compose(ExceptionObjIntConsumer<? super T,? extends E> before) |
|
default ExceptionObjIntConsumer<T,E> |
compose(ExceptionObjLongConsumer<? super T,? extends E> before) |
void accept(T t, int value) throws E extends java.lang.Exception
default ExceptionObjIntConsumer<T,E> andThen(ExceptionObjIntConsumer<? super T,? extends E> after)
default ExceptionObjIntConsumer<T,E> compose(ExceptionObjIntConsumer<? super T,? extends E> before)
default ExceptionObjIntConsumer<T,E> andThen(ExceptionObjLongConsumer<? super T,? extends E> after)
default ExceptionObjIntConsumer<T,E> compose(ExceptionObjLongConsumer<? super T,? extends E> before)
Copyright © 2017 JBoss, a division of Red Hat, Inc.