Functions
Link copied to clipboard
fun <T : Any> andJava(left: ComponentInteractionFilter<T>, right: ComponentInteractionFilter<T>): ComponentInteractionFilter<T>
Link copied to clipboard
fun <T : Any> orJava(left: ComponentInteractionFilter<T>, right: ComponentInteractionFilter<T>): ComponentInteractionFilter<T>