Builder

class Builder

Properties

Link copied to clipboard

The comparison operator to use, such as equals, greater than, less than, etc.

Link copied to clipboard
var values: List<Int>?

The list of integer values to compare against using the specified comparison operator.