Package com.github.m0nk3y2k4.thetvdb.internal.util.functional
Defines functional interfaces used by the internal implementation
-
Interface Summary Interface Description ThrowableFunctionalInterfaces Collection ofFunctionalInterfaces
which allow simple exception handling.ThrowableFunctionalInterfaces.Function<T,R,X extends Exception> ExtendedFunction<T, R>
functional interface which allows theapply
method to throw an exception of type X.ThrowableFunctionalInterfaces.Procedure<X extends Exception> Procedure functional interface which allows theinvoke
method to throw an exception of type X.ThrowableFunctionalInterfaces.Supplier<T,X extends Exception> ExtendedSupplier<T>
functional interface which allows theget
method to throw an exception of type X.