See: Description
Interface | Description |
---|---|
LoggingCallable.AllowExceptionSupplier |
Class | Description |
---|---|
AutoLock |
Makes a
Lock into an AutoCloseable for use with try-with-resources:
{@code
Lock lock = ...;
... |
AutoReadWriteLock |
Makes a
ReadWriteLock that can return AutoLock s and exposes
AutoReadWriteLock.autoReadLock() and AutoReadWriteLock.autoWriteLock() like AutoLock.autoLock() . |
ClassUtils |
Class -related utility methods. |
ExecUtils |
Utility methods for executing tasks in parallel, possibly returning a result
and possibly using a private pool, using Java 8 abstractions.
|
JVMUtils |
JVM-related utility methods.
|
LoggingCallable<V> |
A
Callable that logs errors thrown from LoggingCallable.call() . |
OryxShutdownHook |
Intended for use with
Runtime.addShutdownHook(Thread) or similar mechanisms, this is a
Runnable that is configured with a list of Closeable s that are to be closed
at shutdown, when its OryxShutdownHook.run() is called. |
Copyright © 2014–2016. All rights reserved.