Examples of TerserMessageRule


Examples of ca.uhn.hl7v2.validation.builder.support.TerserMessageRule

   * @param spec Terser expression
   * @param predicate Predicate to evaluate against the value
   * @return this instance to build more rules
   */
  public MessageRuleBuilder terser(String spec, Predicate predicate) {
    return test(prepareRule(new TerserMessageRule(spec, predicate)));
  }
View Full Code Here

Examples of ca.uhn.hl7v2.validation.builder.support.TerserMessageRule

   * @param spec Terser expression
   * @param predicate Predicate to evaluate against the value
   * @return this instance to build more rules
   */
  public MessageRuleBuilder terser(String spec, Predicate predicate) {
    return test(prepareRule(new TerserMessageRule(spec, predicate)));
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.