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