AtLeast

class AtLeast(minShouldMatch: Int, sources: List<IntervalFunction>) : IntervalFunction

Node that represents Intervals.atLeast.

Constructors

Link copied to clipboard
constructor(minShouldMatch: Int, sources: List<IntervalFunction>)

Functions

Link copied to clipboard
open override fun toIntervalSource(field: String, analyzer: Analyzer): IntervalsSource
Link copied to clipboard
open override fun toString(): String