plus

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

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


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