Interface FloatMetadataType.FloatEntityMetadataFactory
- All Superinterfaces:
MetadataType.EntityMetadataFactory<Float>
- Enclosing class:
- FloatMetadataType
- 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 FloatMetadataType.FloatEntityMetadataFactory
extends MetadataType.EntityMetadataFactory<Float>
-
Method Summary
Modifier and TypeMethodDescriptiondefault EntityMetadata<Float,FloatMetadataType> create(int id, MetadataType<Float> type, Float value) Deprecated.createPrimitive(int id, FloatMetadataType type, float value)
-
Method Details
-
createPrimitive
-
create
@Deprecated default EntityMetadata<Float,FloatMetadataType> create(int id, MetadataType<Float> type, Float value) Deprecated.- Specified by:
createin interfaceMetadataType.EntityMetadataFactory<Float>
-