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
The method reference Object::sleep is not a match for the functional interface Function<String,Integer>. The compiler currently throws NPE within StaticTypesMethodReferenceExpressionWriter for this case.
The text was updated successfully, but these errors were encountered:
Consider the following:
The method reference
Object::sleep
is not a match for the functional interfaceFunction<String,Integer>
. The compiler currently throws NPE withinStaticTypesMethodReferenceExpressionWriter
for this case.The text was updated successfully, but these errors were encountered: