Closed vusalalishov closed 5 years ago
Thanks for your suggestion. I would really rather not make anything serializable in jOOλ as we'd have to support serializability, which is such a pain for so little gain... See e.g. http://cr.openjdk.java.net/~briangoetz/amber/serialization.html
The JDK functional interfaces are also not serializable, for the record, so chances are you wouldn't actually gain much.
Expected behavior and actual behavior:
I use
Function
interfaces in Apache Wicket application and it would be great if they would be Serializable.Steps to reproduce the problem:
Try to use one of
Function
interfaces with Apache Wicket.Versions:
Is it possible to add
Serializable
toFunction
interfaces?