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