-
-
Constructor Summary
Constructors Constructor Description BoolRule(String type, boolean isTrue)
-
Method Summary
Modifier and Type Method Description static BoolRule
newInstance(String key, boolean isTrue)
Provide static method of create boolean rule -
-
Method Detail
-
newInstance
static BoolRule newInstance(String key, boolean isTrue)
Provide static method of create boolean rule
- Parameters:
key
- The key of data pointisTrue
- The value when the condition holds
-
-
-
-