JEP 394: Pattern Matching for instanceof

RUN :

com.wlodar.jeeps.jep394.JEP394PatternMatchingInstanceofDemo

No need to recasting after instanceof check

CHECK :

How equals can be simplified and how conditional negation allows reduce casting outside if scope!

Last updated