Uses of Interface
eu.ciechanowiec.sneakyfun.SneakySupplier
-
-
Uses of SneakySupplier in eu.ciechanowiec.sneakyfun
Methods in eu.ciechanowiec.sneakyfun with parameters of type SneakySupplier Modifier and Type Method Description static <T,X extends Exception>
Supplier<T>SneakySupplier. sneaky(SneakySupplier<T,X> supplier)Wraps the passed sneaky functional interface (sneaky interface) into the analogous functional interface from thejava.util.functionpackage (original interface).
-