Package io.github.suppierk.java.util
-
Interface Summary Interface Description ExceptionSuppressor Small utility taken from Apache commons-lang ExceptionUtils classThrowableComparator<T> A comparison function, which imposes a total ordering on some collection of objects.Try<T> A container object which contain either a value or exception. -
Class Summary Class Description Try.Failure<T> A container object which contains exception.Try.Success<T> A container object which contains value.