Package dev.getelements.elements.rt.util
package dev.getelements.elements.rt.util
-
ClassDescriptionA reference map backed by either a
WeakReference
orSoftReference
Similar to aCountDownLatch
.Deprecated.Wraps an instance ofReadableByteChannel
using aByteBuffer
.Manages tasks queued to an instance ofExecutorService
managing execution through aCompletionServiceLatch
.Subclass ofLatchedExecutorServiceCompletionService
only for use with aScheduledExecutorService
A special type ofIOException
used by theInputStreamAdapter
and theOutputStreamAdapter
to indicate that the backed channel is currently in a non-blocking mode.ProxyDelegate<DelegateT>Provides a delegate type for any interface allowing the underlying implementation to be swapped out as necessary.A simple reference type intended to be used in lambda functions.SyncWait<ResultT>Represents a one-way pipe which can be used to relay either anException
or a successful result.
Hex