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