Interface ASerializableProduct.SerializableFunction<Z,T>

Type Parameters:
T - the type of the input to the function
Z - the type of the result of the function
All Superinterfaces:
Serializable
Enclosing class:
ASerializableProduct<T>

public static interface ASerializableProduct.SerializableFunction<Z,T> extends Serializable
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(Z z)
     
  • Method Details

    • apply

      T apply(Z z)
      Parameters:
      z - The object to be serialized
      Returns:
      The serialized object