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