Class: VersionBound

VersionBound

VersionBound
Defines a boundary for a version range, which associates a Version object
with a flag for whether it is an inclusive or exclusive boundary.


new VersionBound(version, inclusive)

Parameters:
Name Type Description
version object

The #Version object.

inclusive boolean

True if this boundary is inclusive, false if it is exclusive.

Source:
Returns:

A new VersionBound object.