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