Package org.nuxeo.common.function
Class FunctionUtils
- java.lang.Object
-
- org.nuxeo.common.function.FunctionUtils
-
public class FunctionUtils extends Object
Helper class to handlejava.util.function
classes.- Since:
- 11.1
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static <T extends Throwable,R>
RsneakyThrow(Throwable t)
Method allowing to throw a checked exception as an unchecked one.
-