NonIntersectingRangeCondition

Represents a non-intersecting range condition where bounds are pointing in opposite directions.

Constructors

Link copied to clipboard
constructor(lower: LowerBoundCondition, upper: UpperBoundCondition)

Creates an instance of NonIntersectingRangeCondition with the specified lower and upper bounds.

Properties

Link copied to clipboard

The lower-bound condition to be evaluated.

Link copied to clipboard

The upper-bound condition to be evaluated.

Functions

Link copied to clipboard
open override fun isSatisfiedBy(version: Version): Boolean

Evaluates whether the specified Version satisfies the condition defined by the implementation.