ContainsConditionComponent
class ContainsConditionComponent<E, T>(val item: DataItem<E>, val collection: Collection<T>) : ConditionComponent(source)
A ConditionComponent that represents the condition that the value of item should be in collection