CheckedConsumer<T> |
Almost the same as Consumer but this one is Serializable and can throw CommonException.
|
CheckedFunction<T,R> |
Almost the same as Function but this one is Serializable and can throw CommonException.
|
CheckedProcessor<T,E extends Exception> |
|
CheckedProducer<T> |
Almost the same as Producer but this one can throw CommonException.
|
CheckedRunnable |
Almost the same as Runnable but this one can throw CommonException and is serializable.
|
Cloner<T> |
|
DebugDumpable |
|
DisplayableValue<T> |
|
DomElementVisitor |
|
FailableFunction<T,R> |
|
FailableProcessor<T> |
|
FailableProducer<T> |
Almost the same as java.util.function.Supplier, but this one is Serializable.
|
FailableRunnable |
Used mostly in tests to simplify error handling.
|
Foreachable<T> |
|
Handler<T> |
|
HeteroComparator<A,B> |
|
HumanReadableDescribable |
Object that can provide short, human-readable description.
|
LocalizableMessage |
|
MiscUtil.ExceptionSupplier<E> |
|
Processor<T> |
|
Producer<T> |
Almost the same as java.util.function.Supplier, but this one is Serializable.
|
SchemaFailableProcessor<T> |
|
ShortDumpable |
|
Transformer<T,X> |
|
TreeNodeVisitor<T> |
|
Validator<T> |
Interface for object validation (mostly to be used in tests).
|