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