Given some type U, perform a dynamic cast on the class reference held within this optional value, and return a new optional value which may be null if the cast fails.
A casted optional value.
See Implementation
Given some type U, perform a dynamic cast on the class reference held within this optional value, and return a new optional value which may be null if the cast fails.