-
public final class TriggerAdapterKt
-
-
Method Summary
Modifier and Type Method Description final static TriggerOperatoroptTriggerOperator(JSONObject $self, String key)Extension function for JSONObject that retrieves a TriggerOperator from the specified key. -
-
Method Detail
-
optTriggerOperator
final static TriggerOperator optTriggerOperator(JSONObject $self, String key)
Extension function for JSONObject that retrieves a TriggerOperator from the specified key.
- Parameters:
key- The key to look up in the JSONObject.
-
-
-
-