isSatisfiedBy

fun isSatisfiedBy(version: String?): Boolean

Return

true if the version satisfies the requirement

See also

.isSatisfiedBy

Parameters

version

the version that will be checked

fun isSatisfiedBy(version: Semver): Boolean

Checks if the requirement is satisfied by a version.

Return

true if the version satisfies the requirement

Parameters

version

the version that will be checked