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