Matcher

class Matcher(names: Pattern) : Filter<Nameable?>

Matcher

Constructors

Matcher
Link copied to clipboard
fun Matcher(vararg names: Pattern)

Functions

accept
Link copied to clipboard
open override fun accept(nameable: Nameable?): Boolean

Determines if the item satisfies the rules of this filter.

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

{@inheritDoc}

Properties

names
Link copied to clipboard
val names: Array<out Pattern>