All Classes

Class Description
AdviceException
TODO JavaDoc
AdvisingExecutorService<D extends java.util.concurrent.ExecutorService>
TODO JavaDoc
AroundAdvice
TODO JavaDoc
AroundAdvice.AdviceCloseable  
AroundAdvice.Basic  
AroundAdvice.Nop  
Classes  
CompositeAroundAdvice
TODO JavaDoc
CompositeAroundAdvice.AbstractProfile<SELF>  
CompositeAroundAdvice.Builder  
DecoratingExecutorService<D extends java.util.concurrent.ExecutorService>
TODO JavaDoc
Disposer
A simple utility that helps to thread-safely dispose lazy things.
Exceptions
Some utilities for dealing with exceptions.
Exceptions.AutoCloser<E extends java.lang.Exception>  
IllegalBuilderStateException
Thrown when a builder cannot build the object, e.g.
IllegalFlow
Some standard exceptions for illegal program control flow.
ImmediateFuture<T>
A Future implementation that's run immediately in the constructing thread.
ImmediateFuture.Cancelled<T>  
Immutable
Common styles for immutables.
Immutable.Local  
Immutable.LocalStyle  
Immutable.Public  
Immutable.PublicStyle  
IOStreams
Utilties for dealing with I/O streams.
NonnullByDefault  
RestrictedExecutorService
A wrapper for ExecutorService that disables shutdown operations by throwing a SecurityException.
SameThreadExecutorService
Executor that runs all tasks in the submitting thread.
SecureExecutorServiceWrapper<D extends java.util.concurrent.ExecutorService>
TODO JavaDoc
Strings
Some string utilities for messages.
TaskDecoratingExecutorService<D extends java.util.concurrent.ExecutorService>
TODO JavaDoc
VavrX