isSatisfiedBy

open override fun isSatisfiedBy(version: Version): Boolean(source)

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

Return

true if the given version satisfies the condition, otherwise false.

Parameters

version

The version to be evaluated against the condition.