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