Package org.restheart.utils
Class LambdaUtils
java.lang.Object
org.restheart.utils.LambdaUtils
- Author:
- Andrea Di Cesare <andrea@softinstigate.com>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidallows to throw Checked exception from a Consumer Seehttps://www.baeldung.com/java-sneaky-throws
-
Constructor Details
-
LambdaUtils
public LambdaUtils()
-
-
Method Details
-
throwsSneakyException
allows to throw Checked exception from a Consumer Seehttps://www.baeldung.com/java-sneaky-throws- Parameters:
ex-
-