Package org.restheart.utils
Class LambdaUtils
- java.lang.Object
-
- org.restheart.utils.LambdaUtils
-
public class LambdaUtils extends Object
- Author:
- Andrea Di Cesare
-
-
Constructor Summary
Constructors Constructor Description LambdaUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidthrowsSneakyExcpetion(Throwable ex)allows to throw Checked exception from a Consumer
-
-
-
Method Detail
-
throwsSneakyExcpetion
public static void throwsSneakyExcpetion(Throwable ex)
allows to throw Checked exception from a Consumer- Parameters:
ex-
-
-