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