times

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

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


operator fun <T> BehaviourContextAndTwoTypesReceiver<Boolean, T, <Error class: unknown class>>.times(other: BehaviourContextAndTwoTypesReceiver<Boolean, T, <Error class: unknown class>>): <Error class: unknown class>

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