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