As |
Objects implementing this interface can provide am adapter of the required type.
|
As.Type |
A type reference for roles that can be used in place of a class literal, especially when roles with generics are
used.
|
Callback |
A simple callback that can throw any kind of exception.
|
ContextManager |
A facility to register and unregister global and local DCI contexts.
|
ContextManager.Binder |
Used by
|
ContextManager.RunnableWithException |
|
ContextManager.SupplierWithException |
|
Finder |
A factory for providing results of a search.
|
Finder.InMemorySortCriterion |
An interface that should be implemented by specific Finder.SortCriterion objects which are capable to implement
by themselves the sorting of objects, by post-processing an existing collection of objects.
|
Finder.SortCriterion |
|
Finder.SortDirection |
An enumeration to define the direction of a sort (ascending or descending).
|
FunctionalCheckedExceptionWrappers.ConsumerWithException |
A variant of Consumer that might throw an Exception .
|
FunctionalCheckedExceptionWrappers.FunctionWithException |
A variant of Function that might throw an Exception .
|
FunctionalCheckedExceptionWrappers.PredicateWithException |
A variant of Predicate that might throw an Exception .
|
FunctionalCheckedExceptionWrappers.RunnableWithException |
A variant of Runnable that might throw an Exception .
|
FunctionalCheckedExceptionWrappers.SupplierWithException |
A variant of Supplier that might throw an Exception .
|
Id |
An opaque wrapper for identifiers.
|
Initializer |
|
Key |
|
NamedCallback |
A callback associated with a name.
|
NotFoundException |
Notifies that a searched object couldn't be found.
|
Pair |
A value object that contains a pair of values.
|
PreferencesHandler |
|
ProcessExecutor |
A facility that provides means for launching an external process, scraping its stdout and stderr in real-time and
sending commands by means of its stdin.
|
ProcessExecutor.ConsoleOutput |
This interface provides operations that can be performed on the stdout or stderr consoles attached to the
external process.
|
ProcessExecutor.ConsoleOutput.Listener |
A listener that is invoked whenever a line is read from the console.
|
StringValue |
This interface should be implemented by classes for which is meaningful to be converted into a String .
|
Task |
A class which encapsulates a task.
|
TimeProvider |
A provider of current time.
|
Triple |
A value object that contains a triple of values.
|
TypeSafeMap |
A map that is type safe, i.e.
|
TypeSafeMultiMap |
A map that is type safe, i.e.
|