Web-based responsive document annotation tool
activeannoservice / project.filter / ContainsAll
class ContainsAll :
FilterCondition
Equivalent to And connection between Contains conditions, exists as shorthand Example: { tags: { $all: ssl,security } } => { $and: {tags:ssl},{tags:security} }
Name | Summary |
---|---|
<init> | Equivalent to And connection between Contains conditions, exists as shorthand Example: { tags: { $all: ssl,security } } => { $and: {tags:ssl},{tags:security} }ContainsAll(key: String , value: List < Any ?>) |
Name | Summary |
---|---|
value | val value: List < Any ?> |
Name | Summary |
---|---|
equals | fun equals(other: Any ?): Boolean |
hashCode | fun hashCode(): Int |