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