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