Package dev.cel.common.types
Interface EnumType.EnumNameResolver
-
- Enclosing class:
- EnumType
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@Immutable @FunctionalInterface public static interface EnumType.EnumNameResolverFunctional interface for looking up an enum name by its number.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Optional<java.lang.String>findName(java.lang.Integer enumNumber)
-