pub type PredicateFn = Arc<dyn Fn(&Value, &Value) -> bool + Send + Sync>;
Custom predicate function type for state change watchers.
pub struct PredicateFn { /* private fields */ }