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