notWithin

fun notWithin(minuend: IntervalsSource, positions: Int, subtrahend: IntervalsSource): IntervalsSource

Create a not-within IntervalsSource

Returns intervals of the minuend that do not appear within a set number of positions of intervals from the subtrahend query

Parameters

minuend

the IntervalsSource to filter

positions

the minimum distance that intervals from the minuend may occur from intervals of the subtrahend

subtrahend

the IntervalsSource to filter by