Interface GetChar<ENTITY>

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

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

    • getField

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