接口 And<Children>

类型参数:
Children - 继承的类型
所有已知子接口:
Condition<Children>, UpdateCondition<R>

public interface And<Children>
AND 嵌套
从以下版本开始:
0.0.2
作者:
zeng
  • 方法详细资料

    • and

      default Children and(Consumer<Children> consumer)
      AND 嵌套

      例: and(i -> i.eq("name", "李白").ne("status", "活着"))

      参数:
      consumer - 消费函数
      返回:
      children
    • and

      Children and(boolean condition, Consumer<Children> consumer)
      AND 嵌套

      例: and(i -> i.eq("name", "李白").ne("status", "活着"))

      参数:
      condition - 执行条件
      consumer - 消费函数
      返回:
      children