within
infix fun DataItem<*>.within(collection: Collection<*>): ContainsConditionComponent<out Any?, Any?>(source)
Builds a ContainsConditionComponent that specifies that the value of this DataItem should be contained in collection.
Builds a ContainsConditionComponent that specifies that the value of this DataItem should be contained in collection.