Interface ICachedEnum<T extends Enum<T>>


public interface ICachedEnum<T extends Enum<T>>
Since:
12/18/2024
  • Method Summary

    Modifier and Type
    Method
    Description
    default List<T>
     
  • Method Details

    • getValuesList

      default List<T> getValuesList()