Class OptionalUtils
java.lang.Object
dev.sympho.modular_commands.utils.OptionalUtils
Tools for dealing with OptionalChecker, similar to NullnessUtils.
- Since:
- 1.0
- Version:
- 1.0
-
Method Summary
-
Method Details
-
castPresent
Casts an optional as present.- Type Parameters:
T- The object type.- Parameters:
o- The Optional to cast.- Returns:
- The cast Optional.
-