SHARE
TWEET

Untitled

a guest Apr 18th, 2018 10 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     getSpecificationValues<T extends Specification<TValue, U, any>, U>(
  2.         this: this & { createSpecification(): Specification<TValue, U, any> },
  3.         constraintId?: string,
  4.     ): U {
  5.         const constraintSpecification = this.getConstraintSpecification(constraintId);
  6.         return constraintSpecification.getIntersectionValues(this.userSpecification as T);
  7.     }
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. OK, I Understand
Not a member of Pastebin yet?
Sign Up, it unlocks many cool features!
 
Top