O T X
All Classes All Packages
All Classes All Packages
All Classes All Packages
O
- of(Callable<T>) - Static method in class xyz.brandonfl.throwableoptional.ThrowableOptional
-
ThrowableOptional of callable functions Exemple :
ThrowableOptional.of(() -> Long.parseLong(value))
- of(Function<T, R>, T) - Static method in class xyz.brandonfl.throwableoptional.ThrowableOptional
-
ThrowableOptional of functions with one parameter Exemple :
ThrowableOptional.of(Long::parseLong, value)
T
- ThrowableOptional - Class in xyz.brandonfl.throwableoptional
-
ThrowableOptional is a utility class that enables the possibility to use the Optional with functions that can throw exceptions
X
- xyz.brandonfl.throwableoptional - package xyz.brandonfl.throwableoptional
All Classes All Packages