plus
operator fun <T> SimpleFilter<T>?.plus(other: SimpleFilter<T>): SimpleFilter<T>
Content copied to clipboard
operator fun <T> BehaviourContextAndTwoTypesReceiver<Boolean, T, Update>.plus(other: BehaviourContextAndTwoTypesReceiver<Boolean, T, Update>): suspend BehaviourContext.(T, Update) -> Boolean
Content copied to clipboard
Makes an OR (||) operation between this and other