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