| Interface | Description |
|---|---|
| TouchyConsumer<X,T extends Throwable> |
A Consumer that may throw an Exception upon visit.
|
| TouchyFunction<X,R,T extends Throwable> |
a Function that may throw an exception upon invocation
|
| TouchyInvoker<R,T extends Throwable> |
an invocation object that may throw an exception upon activation
|
| TouchySupplier<R,T extends Throwable> |
a Supplier that may throw an exception when queried
|
| Class | Description |
|---|---|
| Cocoon |
a facility to create objects that are java.util.function
from FunctionalInterfaces (or closures) that throw an Exception.
|
| MutableReference<T> |
an Object whose final reference can be used by closure but that contains a modifiable value.
|
Copyright © 2015 LSST. All rights reserved.