Package | Description |
---|---|
org.helenus.util | |
org.helenus.util.function |
Class and Description |
---|
E2Runnable
The
E2Runnable interface expands on the ERunnable
interface provide the ability to throw two specified exceptions. |
E2Supplier
The
E2Supplier interface expands on the ESupplier
interface provide the ability to throw two specified exceptions. |
EConsumer
The
EConsumer interface expands on the Consumer
interface to provide the ability to throw back exceptions. |
EFunction
The
EFunction interface expands on the Function
interface to provide the ability to throw exceptions. |
ERunnable
The
ERunnable interface expands on the Runnable
interface to provide the ability to throw back exceptions. |
ESupplier
The
ESupplier interface expands on the Supplier
interface provide the ability to throw exceptions. |
Class and Description |
---|
EBiConsumer
The
EBiConsumer interface expands on the BiConsumer
interface to provide the ability to throw back exceptions. |
EConsumer
The
EConsumer interface expands on the Consumer
interface to provide the ability to throw back exceptions. |
EFunction
The
EFunction interface expands on the Function
interface to provide the ability to throw exceptions. |
EPentaConsumer
The
EPentaConsumer interface expands on the TetraConsumer
interface to provide the ability to throw back exceptions. |
EQuadConsumer
The
EQuadConsumer interface expands on the QuadConsumer
interface to provide the ability to throw back exceptions. |
ETetraConsumer
The
ETetraConsumer interface expands on the TetraConsumer
interface to provide the ability to throw back exceptions. |
ETriConsumer
The
ETriConsumer interface expands on the TriConsumer
interface to provide the ability to throw back exceptions. |
PentaConsumer
The
PentaConsumer interface represents an operation that accepts
five input arguments and returns no result. |
QuadConsumer
The
QuadConsumer interface represents an operation that accepts
four input arguments and returns no result. |
TetraConsumer
The
TetraConsumer interface represents an operation that accepts
four input arguments and returns no result. |
TriConsumer
The
TriConsumer interface represents an operation that accepts
three input arguments and returns no result. |
Copyright (C) 2015-2017 The Helenus Driver Project Authors.