@FunctionalInterface
public interface ExceptionObjIntConsumer<T,E extends java.lang.Exception>
Modifier and Type | Method and 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
t
- the first argumentvalue
- the second argumentE
- if an exception occursE 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 © 2015 JBoss, a division of Red Hat, Inc.