interface |
BiConsumerWithException<T,U,E extends Exception> |
Represents an operation that accepts two input arguments and returns no
result and may throw exception.
|
interface |
ConsumerWithException<T,E extends Exception> |
Represents an operation that accepts a single input argument, may thrown
exception and returns no result.
|
interface |
DoubleConsumerWithException<E extends Exception> |
Represents an operation that accepts a single double -valued argument,
may throw exception and returns no result.
|
interface |
IntConsumerWithException<E extends Exception> |
Represents an operation that accepts a single int -valued argument,
may throw exception and returns no result.
|
interface |
LongConsumerWithException<E extends Exception> |
Represents an operation that accepts a single long -valued argument,
may throw exception and returns no result.
|
interface |
ObjDoubleConsumerWithException<T,E extends Exception> |
Represents an operation that accepts an object-valued and a
double -valued argument, and returns no result.
|
interface |
ObjIntConsumerWithException<T,E extends Exception> |
Represents an operation that accepts an object-valued and a
int -valued argument, and returns no result.
|
interface |
ObjLongConsumerWithException<T,E extends Exception> |
Represents an operation that accepts an object-valued and a
long -valued argument, and returns no result.
|
interface |
RunnableWithException<E extends Exception> |
Represents an operation that accepts no input argument and returns no result
and may throw exception.
|