-
public class TriggerOperator.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static TriggerOperator.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final TriggerOperatorfromOperatorValue(Integer operatorValue)Converts a raw operator value to a TriggerOperator instance. -
-
Method Detail
-
fromOperatorValue
final TriggerOperator fromOperatorValue(Integer operatorValue)
Converts a raw operator value to a TriggerOperator instance. If no match is found, it defaults to Equals.
- Parameters:
operatorValue- The raw operator value to convert.
-
-
-
-