Notice

The English translation of this page has not been completed, you are welcome to contribute translations to us.

You can use the Chrome Translation Plugin to translate entire pages for reference.

CountRules - class

class CountRules private constructor()

Change Records

v1.0.0 first

Function Illustrate

这是一个模糊 ClassMember 数组 (下标) 个数条件实现类。

可对 R8 混淆后的 ClassMember 进行更加详细的定位。

Int.isZero - i-ext-method

fun Int.isZero(): Boolean

Change Records

v1.0.0 first

Function Illustrate

是否为 0。

Int.moreThan - i-ext-method

fun Int.moreThan(count: Int): Boolean

Change Records

v1.0.0 first

Function Illustrate

大于 count

Int.lessThan - i-ext-method

fun Int.lessThan(count: Int): Boolean

Change Records

v1.0.0 first

Function Illustrate

小于 count

Int.inInterval - i-ext-method

fun Int.inInterval(countRange: IntRange): Boolean

Change Records

v1.0.0 first

Function Illustrate

countRange 区间 A ≤ this ≤ B。