java.lang.Object
org.panteleyev.commons.functional.Extensions
This class provides general purpose extension methods.
-
Method Summary
-
Method Details
-
apply
Calls consumer with value if value is notnull, otherwise does nothing.- Type Parameters:
T- value type- Parameters:
value- valueconsumer- consumer- Returns:
- value
-