You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor unwrapOptional method to improve readability and performance
- Replaced Optional.isEmpty() and Optional.get() with Optional.orElse(null)
- Simplified conditional logic for better code readability
- Ensured consistent handling of Optional objects while maintaining current functionality
0 commit comments