|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Specification | |
---|---|
org.ddd4j.infrastructure.specification |
Uses of Specification in org.ddd4j.infrastructure.specification |
---|
Classes in org.ddd4j.infrastructure.specification that implement Specification | |
---|---|
class |
AbstractSpecification<T>
|
class |
AndSpecification<T>
|
class |
NotSpecification<T>
|
class |
OrSpecification<T>
|
Methods in org.ddd4j.infrastructure.specification that return Specification | |
---|---|
Specification<T> |
Specification.and(Specification<T> other)
|
Specification<T> |
AbstractSpecification.and(Specification<T> other)
|
Specification<T> |
Specification.not()
|
Specification<T> |
AbstractSpecification.not()
|
Specification<T> |
Specification.or(Specification<T> other)
|
Specification<T> |
AbstractSpecification.or(Specification<T> other)
|
Methods in org.ddd4j.infrastructure.specification with parameters of type Specification | |
---|---|
Specification<T> |
Specification.and(Specification<T> other)
|
Specification<T> |
AbstractSpecification.and(Specification<T> other)
|
Specification<T> |
Specification.or(Specification<T> other)
|
Specification<T> |
AbstractSpecification.or(Specification<T> other)
|
Constructors in org.ddd4j.infrastructure.specification with parameters of type Specification | |
---|---|
AndSpecification(Specification<T> x,
Specification<T> y)
|
|
AndSpecification(Specification<T> x,
Specification<T> y)
|
|
NotSpecification(Specification<T> x)
|
|
OrSpecification(Specification<T> x,
Specification<T> y)
|
|
OrSpecification(Specification<T> x,
Specification<T> y)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |