times

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

Makes an AND (&&) operation between this and other


Makes an AND (&&) operation between this and other