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