plus
infix operator fun <T> SimpleFilter<T>?.plus(other: SimpleFilter<T>?): SimpleFilter<T>
Content copied to clipboard
Makes an OR (||) operation between this and other
When both arguments are null, TrueSimpleFilter will be returned
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