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