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
If withProperty could take a lambda (Function<T, S>) to find the property, it would be type safe, have compile time checking and support code assist and refactoring, e.g.
If
withProperty
could take a lambda (Function<T, S>
) to find the property, it would be type safe, have compile time checking and support code assist and refactoring, e.g.The text was updated successfully, but these errors were encountered: