Non Intersecting Range Condition
class NonIntersectingRangeCondition(val lower: LowerBoundCondition, val upper: UpperBoundCondition) : Condition(source)
Represents a non-intersecting range condition where bounds are pointing in opposite directions.
Constructors
Link copied to clipboard
Creates an instance of NonIntersectingRangeCondition with the specified lower and upper bounds.
Properties
Functions
Link copied to clipboard
Evaluates whether the specified Version satisfies the condition defined by the implementation.