| Package | Description |
|---|---|
| cdc.util.data.util |
| Modifier and Type | Field | Description |
|---|---|---|
static TextPredicate |
TextPredicate.ANY_TEXT |
|
static TextPredicate |
TextPredicate.IGNORABLE_TEXT |
|
static TextPredicate |
TextPredicate.NON_IGNORABLE_TEXT |
| Modifier and Type | Method | Description |
|---|---|---|
default TextPredicate |
TextPredicate.and(TextPredicate other) |
Returns a predicate that is the logical
and combination of this one and another one. |
static TextPredicate |
TextPredicate.fromElementNames(java.util.Collection<java.lang.String> names) |
Returns an TextPredicate that returns true when the text id defined in an element whose name belongs to a collection.
|
static TextPredicate |
TextPredicate.fromElementPaths(java.util.Collection<SPath> paths) |
|
default TextPredicate |
TextPredicate.not() |
|
default TextPredicate |
TextPredicate.or(TextPredicate other) |
Returns a predicate that is the logical
or combination of this one and another one. |
| Modifier and Type | Method | Description |
|---|---|---|
default TextPredicate |
TextPredicate.and(TextPredicate other) |
Returns a predicate that is the logical
and combination of this one and another one. |
default TextPredicate |
TextPredicate.or(TextPredicate other) |
Returns a predicate that is the logical
or combination of this one and another one. |
static void |
DataUtil.setContentOfMatchingTexts(Parent parent,
TextPredicate predicate,
TextContentConverter converter,
cdc.util.function.Evaluator<? super Parent> evaluator) |
Sets the content of matching texts.
|
Copyright © 2019. All rights reserved.