Skip to content

A common implementation for the criterion object is the Specification pattern. A specification is a simple predicate that takes a Domain object and returns a boolean. Given a Domain object, it will return true if it specifies the specification, and false otherwise

rafaelcalleja/specification-example

Repository files navigation

Specification pattern example

About

A common implementation for the criterion object is the Specification pattern. A specification is a simple predicate that takes a Domain object and returns a boolean. Given a Domain object, it will return true if it specifies the specification, and false otherwise

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published