Condition

interface Condition(source)

Represents a condition that can evaluate whether a given Version satisfies certain criteria.

Implementations of this interface define specific rules that determine whether a version meets the condition.

Inheritors

Types

Link copied to clipboard
object Companion

Companion object holding predefined conditions for version comparisons.

Functions

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

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