ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / project.filter / ContainsAll

ContainsAll

class ContainsAll : FilterCondition

Equivalent to And connection between Contains conditions, exists as shorthand Example: { tags: { $all: ssl,security } } => { $and: {tags:ssl},{tags:security} }

Constructors

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?>)

Properties

Name Summary
value val value: List<Any?>

Functions

Name Summary
equals fun equals(other: Any?): Boolean
hashCode fun hashCode(): Int