Alex Kondrashov
1 min readOct 1, 2020

Agreed, Juan. isPresent() and get() should not be used as a replacement of null checks.

I would prefer using full-fledged Optionals API as map(), filter() and orElse() or roll back to the traditional non-Optionals style

Alex Kondrashov
Alex Kondrashov

Written by Alex Kondrashov

Team Lead; Integration Testing; REST API

No responses yet

Write a response