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