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