See: Description
Interface | Description |
---|---|
LoggingCallable.AllowExceptionSupplier | |
ToDoubleObjDoubleBiFunction<T> |
Analogous to both
ToDoubleBiFunction and
ObjDoubleConsumer , combined. |
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. |
RateLimitCheck |
A utility that exposes a
RateLimitCheck.test() method which returns true first, and then
return false for all subsequent invocations within the given time interval afterwards. |
Copyright © 2014–2018. All rights reserved.