kosmaty

Results 2 comments of kosmaty

Thank you for response. The workaround works fine in this simple case. But I'm affraid that it will not be enough in some more real-life scenario. Anyway, I'm glad to...

There is one more lambda serialization issue that I've found. I tried to use lambda expression as `EntryProcessor`: ValueExtractor ex = e -> e.isPresent() ? e.getValue() : null; namedCache.invokeAll(entry ->...