All Classes Interface Summary Class Summary
Class |
Description |
Credentials |
Represents credentials of a user, meaning, a user’s login information, that
is, a username and a password.
|
CredsReader |
This class permits to read a user’s credentials (authentication information),
meaning, a username and a password, from various sources.
|
Throwing |
Variations on the standard functional interfaces which throw a specific
subclass of Throwable.
|
Throwing.BiConsumer<T,U,E extends java.lang.Throwable> |
|
Throwing.BiFunction<T,U,R,E extends java.lang.Throwable> |
|
Throwing.BiPredicate<T,U,E extends java.lang.Throwable> |
|
Throwing.Consumer<T,E extends java.lang.Throwable> |
|
Throwing.Function<T,R,E extends java.lang.Throwable> |
|
Throwing.Predicate<T,E extends java.lang.Throwable> |
|
Throwing.Runnable<E extends java.lang.Throwable> |
|
Throwing.Supplier<T,E extends java.lang.Throwable> |
|
Try<T> |
An instance of this class keeps either a result (in which case it is called a
“success”) or a cause of type Throwable (in which case it is called a
“failure”).
|
TryVoid |
An instance of this class represents either a “success” or a “failure”, in
which case it encapsulates a cause of type Throwable .
|
Unchecker<EF extends java.lang.Exception,ET extends java.lang.RuntimeException> |
An object able to transform functional interfaces that throw checked
exceptions to functional interfaces that throw only runtime exceptions; and
able to invoke function interfaces that throw checked exceptions.
|
XmlUtils |
|