Skip to content

IntegerMatcher

IntegerMatcher = object

整数匹配规则

优先级: exclude > include > (minimum/maximum)

Properties

exclude?

optional exclude: IArray<Integer>

如果在此列表中, 则排除匹配


include?

optional include: IArray<Integer>

如果不在此列表中, 则排除匹配


minimum?

optional minimum: Integer

如果小于此值, 则排除匹配


maximum?

optional maximum: Integer

如果大于此值, 则排除匹配

Released under the GPL-v3 License.