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