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