kostat opened this issue 6 years ago · 0 comments
In the following expression:
SerializablePredicate<Person> predicate = person -> person.getName().equals("Bob");
The context for getName() is replaced with context for equals("Bob")
getName()
equals("Bob")