Uses of Interface
com.github.m0nk3y2k4.thetvdb.internal.util.functional.ThrowableFunctionalInterfaces.Supplier
-
Packages that use ThrowableFunctionalInterfaces.Supplier Package Description com.github.m0nk3y2k4.thetvdb.internal.util.functional Defines functional interfaces used by the internal implementation -
-
Uses of ThrowableFunctionalInterfaces.Supplier in com.github.m0nk3y2k4.thetvdb.internal.util.functional
Methods in com.github.m0nk3y2k4.thetvdb.internal.util.functional that return ThrowableFunctionalInterfaces.Supplier Modifier and Type Method Description static <T,X extends Exception>
ThrowableFunctionalInterfaces.Supplier<T,X>ThrowableFunctionalInterfaces.Supplier. of(Supplier<T> supplier)
Wraps the given supplier into a throwable supplier
-