Uses of Interface
ca.infoway.messagebuilder.xml.Predicate

Packages that use Predicate
ca.infoway.messagebuilder.xml   
 

Uses of Predicate in ca.infoway.messagebuilder.xml
 

Methods in ca.infoway.messagebuilder.xml that return Predicate
static Predicate<Relationship> ChoiceSupport.choiceOptionNamePredicate(String relationshipName)
          A convenience utility to create a predicate that finds a specific choice based on the name of the XML element.
static Predicate<Relationship> ChoiceSupport.choiceOptionTypePredicate(String[] relationshipTypes)
          A convenience utility to create a predicate that finds a specific choice based on the part type (or part types).
 

Methods in ca.infoway.messagebuilder.xml with parameters of type Predicate
 Relationship ChoiceSupport.findChoiceOption(Predicate<Relationship> predicate)
          Find a specific choice based on some matching strategy defined by the predicate.
 



Copyright © 2013. All Rights Reserved.