WithinArea

class WithinArea(area: Area) : Filter<Locatable?>

WithinArea

Constructors

WithinArea
Link copied to clipboard
fun WithinArea(area: Area)

Functions

accept
Link copied to clipboard
open override fun accept(l: Locatable?): Boolean

Determines if the item satisfies the rules of this filter.

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

{@inheritDoc}