Interface ASerializableProduct.SerializableFunction<Z,T>
- Type Parameters:
Z
- the type of the result of the functionT
- the type of the input to the function
- All Superinterfaces:
Serializable
- Enclosing class:
ASerializableProduct<T>
-
Method Summary
-
Method Details
-
apply
- Parameters:
z
- The object to be serialized- Returns:
- The serialized object
-