Interface ConsequenceQuery<T>

All Superinterfaces:
CompoundType<T>

public interface ConsequenceQuery<T> extends CompoundType<T>
When providing a string, it replaces the entire query string. When providing an object, it describes incremental edits to be made to the query string (but you can't do both).