TrigerSoft/jaque

Composed invocations receive incorrect parameter context

kostat opened this issue · 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")