TextFilter

class TextFilter(action: String?, option: String?) : Filter<MenuCommand>

Functions

accept
Link copied to clipboard
open override fun accept(t: MenuCommand?): Boolean

Determines if the item satisfies the rules of this filter.

and
Link copied to clipboard
open fun and(p0: Predicate<in MenuCommand?>): Predicate<MenuCommand?>
negate
Link copied to clipboard
open fun negate(): Predicate<MenuCommand?>
or
Link copied to clipboard
open fun or(p0: Predicate<in MenuCommand?>): Predicate<MenuCommand?>
test
Link copied to clipboard
open override fun test(t: MenuCommand?): Boolean

{@inheritDoc}

Properties

action
Link copied to clipboard
val action: String?
option
Link copied to clipboard
val option: String?