Uses of Interface
eu.ciechanowiec.sneakyfun.SneakyRunnable
-
-
Uses of SneakyRunnable in eu.ciechanowiec.sneakyfun
Methods in eu.ciechanowiec.sneakyfun with parameters of type SneakyRunnable Modifier and Type Method Description static <X extends Exception>
RunnableSneakyRunnable. sneaky(SneakyRunnable<X> runnable)Wraps the passed sneaky functional interface (sneaky interface) into the analogous functional interfaceRunnable(original interface).
-