Class FeatureFlag
-
- All Implemented Interfaces:
public class FeatureFlag- Since:
2024-02-17
trydofor
-
-
Constructor Summary
Constructors Constructor Description FeatureFlag()
-
Method Summary
Modifier and Type Method Description static booleanany(@NotNull() Array<Class<out Object>> feature)has any of feature, empty means false static booleanall(@NotNull() Array<Class<out Object>> feature)has all features, empty means true static booleannot(@NotNull() Class<out Object> feature)not has the feature static booleanhas(@NotNull() Class<out Object> feature)has the feature, default false
-