Lower Bound Condition
class LowerBoundCondition(val operator: LowerBoundOp, val version: Version) : BoundCondition, Negatable<UpperBoundCondition> (source)
Represents a condition that checks if a version is greater than or equal to a specified version.
Constructors
Link copied to clipboard
Creates an instance of LowerBoundCondition with the given operator and version.
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Evaluates whether the specified Version satisfies the condition defined by the implementation.
Link copied to clipboard
Returns a new condition that represents the negation of the current condition.