count

fun count(count: Int): FieldsMatcher

Field count to match.

----------------

要匹配的字段数量。

Return

FieldsMatcher

Parameters

count

field count / 字段数量


Field count to match.

----------------

要匹配的字段数量。

Return

FieldsMatcher

Parameters

range

field count range / 字段数量范围


fun count(min: Int = 0, max: Int = Int.MAX_VALUE): FieldsMatcher

Field count to match.

----------------

要匹配的字段数量。

Return

FieldsMatcher

Parameters

min

min field count / 最小字段数量

max

max field count / 最大字段数量


var count: Int

Field count to match.

----------------

要匹配的字段数量。