Package uk.ac.ebi.utils.lambda
Class LambdaUtils
java.lang.Object
uk.ac.ebi.utils.lambda.LambdaUtils
Utilities for functional programming and lambda syntax.
- Author:
- brandizi
- Date:
- 25 Jan 2021
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontoCallable(Runnable runnable) toSupplier(Runnable runnable) static <T> Supplier<T> toSupplier(Callable<T> callable)
-
Constructor Details
-
LambdaUtils
public LambdaUtils()
-
-
Method Details
-
toCallable
-
toSupplier
-
toSupplier
-