GreaterThanMaximum
data class GreaterThanMaximum<out SearchTreeNode>(val maximum: SearchTreeNode) : SearchSegmentResult<SearchTreeNode> (source)
Represents a case when the priority is strictly greater than the maximal priority. In that case, the class's instance with the maximal noded is returned.