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