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.
MemberRulesResult - class
class MemberRulesResult internal constructor(private val rulesData: MemberRulesData)
Change Records
v1.0.0 first
Function Illustrate
当前
Member查找条件结果实现类。
none - method
fun none(): MemberRulesResult
Change Records
v1.0.0 first
Function Illustrate
设置当前
Member在查找条件中个数为0。
count - method
fun count(num: Int): MemberRulesResult
Change Records
v1.0.0 first
Function Illustrate
设置当前
Member在查找条件中需要全部匹配的个数。
count - method
fun count(numRange: IntRange): MemberRulesResult
Change Records
v1.0.0 first
Function Illustrate
设置当前
Member在查找条件中需要全部匹配的个数范围。
count - method
fun count(conditions: CountConditions): MemberRulesResult
Change Records
v1.0.0 first
Function Illustrate
设置当前
Member在查找条件中需要全部匹配的个数条件。
