SHARE
TWEET
Untitled
a guest
Apr 18th, 2018
10
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- getSpecificationValues<T extends Specification<TValue, U, any>, U>(
- this: this & { createSpecification(): Specification<TValue, U, any> },
- constraintId?: string,
- ): U {
- const constraintSpecification = this.getConstraintSpecification(constraintId);
- return constraintSpecification.getIntersectionValues(this.userSpecification as T);
- }
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy.
