Uses of Package
io.github.oliviercailloux.exceptions
-
Packages that use io.github.oliviercailloux.exceptions Package Description io.github.oliviercailloux.exceptions -
Classes in io.github.oliviercailloux.exceptions used by io.github.oliviercailloux.exceptions Class Description Throwing.Function Throwing.Predicate Throwing.Runnable Throwing.Supplier Try An instance of this class keeps either a result (in which case it is called a “success”) or a cause of typeThrowable
(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 typeThrowable
.Unchecker 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.