Not
class Not<P : Position<P>>(val positionBasedFilter: PositionBasedFilter<P>) : PositionBasedFilter<P> (source)
Negates the positionBasedFilter's test.
Parameters
positionBasedFilter
the filter to be negated.
Negates the positionBasedFilter's test.
the filter to be negated.