public abstract class CompositeSpecification<T> extends Object implements Specification<T>
| 构造器和说明 |
|---|
CompositeSpecification() |
| 限定符和类型 | 方法和说明 |
|---|---|
Specification<T> |
and(Specification<T> specification) |
Specification<T> |
not() |
Specification<T> |
or(Specification<T> specification) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisSatisfiedBypublic Specification<T> and(Specification<T> specification)
and 在接口中 Specification<T>public Specification<T> or(Specification<T> specification)
or 在接口中 Specification<T>public Specification<T> not()
not 在接口中 Specification<T>Copyright © 2022. All rights reserved.