Uses of Interface
eu.ciechanowiec.sneakyfun.SneakyFunction
-
-
Uses of SneakyFunction in eu.ciechanowiec.sneakyfun
Subinterfaces of SneakyFunction in eu.ciechanowiec.sneakyfun Modifier and Type Interface Description interfaceSneakyUnaryOperator<T,X extends Exception>Represents an operation on a single operand that produces a result of the same type as its operand.Methods in eu.ciechanowiec.sneakyfun with parameters of type SneakyFunction Modifier and Type Method Description static <T,R,X extends Exception>
Function<T,R>SneakyFunction. sneaky(SneakyFunction<T,R,X> function)Wraps the passed sneaky functional interface (sneaky interface) into the analogous functional interface from thejava.util.functionpackage (original interface).
-