inCollection
fun inCollection(property: ProfileConditionValue, value: Collection<String>, required: Boolean = false): ProfileCondition
fun inCollection(property: ProfileConditionValue, value: Collection<Boolean>, required: Boolean = false): ProfileCondition
fun inCollection(property: ProfileConditionValue, value: Collection<Number>, required: Boolean = false): ProfileCondition