plus

operator fun <T> SimpleFilter<T>?.plus(other: SimpleFilter<T>): SimpleFilter<T>

Makes an OR (||) operation between this and other