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