Range Condition
class RangeCondition(val start: LowerBoundCondition, val end: UpperBoundCondition) : Condition(source)
Represents a composite condition that evaluates whether a Version falls within a specific range defined by a LowerBoundCondition and an UpperBoundCondition.
Properties
Functions
Link copied to clipboard
Evaluates whether the specified Version satisfies the condition defined by the implementation.