Uses of Interface
cdc.util.data.util.TextPredicate
-
Packages that use TextPredicate Package Description cdc.util.data.util -
-
Uses of TextPredicate in cdc.util.data.util
Fields in cdc.util.data.util declared as TextPredicate Modifier and Type Field Description static TextPredicateTextPredicate. ANY_TEXTstatic TextPredicateTextPredicate. IGNORABLE_TEXTstatic TextPredicateTextPredicate. NON_IGNORABLE_TEXTMethods in cdc.util.data.util that return TextPredicate Modifier and Type Method Description default TextPredicateTextPredicate. and(TextPredicate other)Returns a predicate that is the logicalandcombination of this one and another one.static TextPredicateTextPredicate. fromElementNames(Collection<String> names)Returns an TextPredicate that returns true when the text id defined in an element whose name belongs to a collection.static TextPredicateTextPredicate. fromElementPaths(Collection<SPath> paths)default TextPredicateTextPredicate. not()default TextPredicateTextPredicate. or(TextPredicate other)Returns a predicate that is the logicalorcombination of this one and another one.Methods in cdc.util.data.util with parameters of type TextPredicate Modifier and Type Method Description default TextPredicateTextPredicate. and(TextPredicate other)Returns a predicate that is the logicalandcombination of this one and another one.default TextPredicateTextPredicate. or(TextPredicate other)Returns a predicate that is the logicalorcombination of this one and another one.static voidDataUtils. setContentOfMatchingTexts(Parent parent, TextPredicate predicate, TextContentConverter converter, Evaluator<? super Parent> evaluator)Sets the content of matching texts.
-