T - the config query typeFunction@FunctionalInterface @Deprecated public interface ConfigQuery<T>
Configuration to something else. This can be used
to model additional functionality and applying it to a given Configuration instance by
calling the Configuration.query(ConfigQuery) method.| Modifier and Type | Method | Description |
|---|---|---|
T |
query(Configuration config) |
Deprecated.
Creates a result based on the given
Configuration. |
T query(Configuration config)
Configuration. Queries basically act similar to
operators, whereas they return any kind of result.config - the input configuration, not null.Copyright © 2014–2019 Apache Software Foundation. All rights reserved.