Matcher

class Matcher(texts: String) : Filter<Textable?>

Matcher

Constructors

Matcher
Link copied to clipboard
fun Matcher(vararg texts: String)

Functions

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

Determines if the item satisfies the rules of this filter.

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

{@inheritDoc}

Properties

texts
Link copied to clipboard
val texts: Array<out String>