Interface Typed<T>

All Known Implementing Classes:
TypeLiteral

public interface Typed<T>
Generalization of "has a type."
Since:
3.2
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the Type represented by this entity.
  • Method Details

    • getType

      Type getType()
      Get the Type represented by this entity.
      Returns:
      Type