Filter

interface Filter<T> : Predicate<T?>

Functions

accept
Link copied to clipboard
abstract fun accept(t: T?): Boolean

Determines if the item satisfies the rules of this filter.

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

{@inheritDoc}

Inheritors

Actionable
Link copied to clipboard
Condition
Link copied to clipboard
Identifiable
Link copied to clipboard
Locatable
Link copied to clipboard
Locatable
Link copied to clipboard
Locatable
Link copied to clipboard
Nameable
Link copied to clipboard
Textable
Link copied to clipboard
Menu
Link copied to clipboard