接口 Nested<Children>
- 类型参数:
Children- 继承的类型
- 所有已知子接口:
Condition<Children>,UpdateCondition<R>
public interface Nested<Children>
meted
- 从以下版本开始:
- 0.0.2
- 作者:
- zeng
-
方法概要
-
方法详细资料
-
nested
正常嵌套 不带 AND 或者 OR例: nested(i -> i.eq("name", "李白").ne("status", "活着"))
- 参数:
consumer- 消费函数- 返回:
- children
-
nested
正常嵌套 不带 AND 或者 OR例: nested(i -> i.eq("name", "李白").ne("status", "活着"))
- 参数:
condition- 执行条件consumer- 消费函数- 返回:
- children
-