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