Interface DeserializedFloatProperty.ValueFactory<Data>

Type Parameters:
Data - The deserialized file.
Enclosing class:
DeserializedFloatProperty
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface DeserializedFloatProperty.ValueFactory<Data>
Factory method used to retrieve a value from a deserialized file.
  • Method Summary

    Modifier and Type
    Method
    Description
    float
    create(Data data)
    Retrieves a value from a deserialized file.
  • Method Details

    • create

      float create(Data data)
      Retrieves a value from a deserialized file.
      Parameters:
      data - The deserialized file
      Returns:
      The value