T
- public class AndSpecification<T> extends AbstractSpecification<T>
Constructor and Description |
---|
AndSpecification(Specification<T> a,
Specification<T> b) |
Modifier and Type | Method and Description |
---|---|
AbstractSpecification<T> |
and(Specification<T> s) |
boolean |
isSatisfiedBy(T t) |
not, or
public AndSpecification(Specification<T> a, Specification<T> b)
a
- b
- public boolean isSatisfiedBy(T t)
isSatisfiedBy
in interface Specification<T>
isSatisfiedBy
in class AbstractSpecification<T>
t
- public AbstractSpecification<T> and(Specification<T> s)
and
in class AbstractSpecification<T>
s
- Copyright © 2023. All rights reserved.