Uses of Interface
ca.uhn.hl7v2.util.FilterIterator.Predicate
Packages that use FilterIterator.Predicate
-
Uses of FilterIterator.Predicate in ca.uhn.hl7v2.util
Classes in ca.uhn.hl7v2.util that implement FilterIterator.PredicateMethods in ca.uhn.hl7v2.util with parameters of type FilterIterator.PredicateModifier and TypeMethodDescriptionReadOnlyMessageIterator.createPopulatedStructureIterator(Group theRoot, FilterIterator.Predicate<Structure> structureFilter) Constructors in ca.uhn.hl7v2.util with parameters of type FilterIterator.PredicateModifierConstructorDescriptionFilterIterator(Iterator<T> iter, FilterIterator.Predicate<T> predicate)