Uses of Interface
eu.ciechanowiec.sneakyfun.SneakyBiFunction
-
-
Uses of SneakyBiFunction in eu.ciechanowiec.sneakyfun
Subinterfaces of SneakyBiFunction in eu.ciechanowiec.sneakyfun Modifier and Type Interface Description interfaceSneakyBinaryOperator<T,X extends Exception>Represents an operation upon two operands of the same type, producing a result of the same type as the operands.Methods in eu.ciechanowiec.sneakyfun with parameters of type SneakyBiFunction Modifier and Type Method Description static <T,U,R,X extends Exception>
BiFunction<T,U,R>SneakyBiFunction. sneaky(SneakyBiFunction<T,U,R,X> biFunction)Wraps the passed sneaky functional interface (sneaky interface) into the analogous functional interface from thejava.util.functionpackage (original interface).
-