On this page
io.github.libtmux.query.LegacyFilters.LegacyFilters.parse
- Module
- io.github.libtmux.query.LegacyFilters
- Declared in
- LegacyFilters
- Package
- io.github.libtmux:libtmux
- Source
- libtmux/src/main/java/io/github/libtmux/query/LegacyFilters.java
- parse ( filters : Map<String, String> , catalog : FieldCatalog<T> ) FilterExpr<T>
-
Parses
field__operatorkeys into a conjunction, in the map's iteration order.- Parameters
-
-
catalog ( FieldCatalog<T> ) – the fields a caller is permitted to name
-
- Raises
-
-
IllegalArgumentException – on an unknown field, an unknown operator, or an operator the field's type does not support
-
0 declared, 0 inherited