enumeratum.EnumEntry$.EnumEntryOps
Helper implicit class that holds enrichment methods
Attributes
-
Graph
-
-
Supertypes
-
class AnyVal
trait Matchable
class Any
Members list
Checks if the current enum value is contained by the set of enum values in the parameter list.
Checks if the current enum value is contained by the set of enum values in the parameter list.
Value parameters
-
firstEntry
-
First enum of the list.
-
otherEnums
-
Remaining enums.
Attributes
-
Returns
-
true if the current value is contained by the parameter list.
Checks if the current enum value is contained by the set of enum values in the parameter list.
Checks if the current enum value is contained by the set of enum values in the parameter list.
Value parameters
-
entries
-
First enum of the list.
Attributes
-
Returns
-
true if the current value is contained by the parameter list.