- Type Parameters:
ENTITY- the entity type
- All Superinterfaces:
FloatGetter<ENTITY>,Getter<ENTITY>
A more detailed
FloatGetter that also contains information about the
field that created it.- Since:
- 3.0.2
- Author:
- Emil Forslund
-
Method Summary
Methods inherited from interface com.speedment.jpastreamer.field.method.FloatGetter
apply, applyAsFloat, asFunction
-
Method Details
-
getField
HasFloatValue<ENTITY> getField()Returns the field that created theget()-operation.- Returns:
- the field
-