Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 358 Bytes

File metadata and controls

13 lines (9 loc) · 358 Bytes

Shuttle.Core.Specification

PM> Install-Package Shuttle.Core.Specification

Provides a simple ISpecification interface.

A default Specification class is available that accepts a function as a callback for scenarios where an explicit ISpecification implementation may not be warranted:

public Specification(Func<T, bool> function)