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