Consider the following: ```groovy Optional.ofNullable(21).map(num -> num * 2).get() ``` The inferred types of "map" and "get" contain the unresolved type parameter "U". 
Consider the following:
The inferred types of "map" and "get" contain the unresolved type parameter "U".