Uses of Package
com.github.m0nk3y2k4.thetvdb.internal.util.functional
-
Packages that use com.github.m0nk3y2k4.thetvdb.internal.util.functional Package Description com.github.m0nk3y2k4.thetvdb.internal.util.functional Defines functional interfaces used by the internal implementation -
Classes in com.github.m0nk3y2k4.thetvdb.internal.util.functional used by com.github.m0nk3y2k4.thetvdb.internal.util.functional Class Description ThrowableFunctionalInterfaces.Function ExtendedFunction<T, R>
functional interface which allows theapply
method to throw an exception of type X.ThrowableFunctionalInterfaces.Supplier ExtendedSupplier<T>
functional interface which allows theget
method to throw an exception of type X.