Interface GetLong<ENTITY>

Type Parameters:
ENTITY - the entity type
All Superinterfaces:
Getter<ENTITY>, LongGetter<ENTITY>, ToLongFunction<ENTITY>

public interface GetLong<ENTITY> extends LongGetter<ENTITY>
A more detailed LongGetter that also contains information about the field that created it.
Since:
3.0.2
Author:
Emil Forslund
  • Method Details

    • getField

      HasLongValue<ENTITY> getField()
      Returns the field that created the get()-operation.
      Returns:
      the field