public class StringFunction extends StringCondition
function, metadata| Constructor and Description |
|---|
StringFunction(DslField<java.lang.String> field) |
StringFunction(PredicateMetadata metadata,
java.util.function.BiFunction<DslModel,Context,java.util.Optional<java.lang.String>> value) |
| Modifier and Type | Method and Description |
|---|---|
IntegerFunction |
length()
Returns an integer condition that returns the node value length.
|
IntegerFunction |
parseInt()
Returns an integer condition that returns the node value as an integer.
|
contains, endsWith, matches, startsWithallMatch, allMatch, allMatch, anyMatch, anyMatch, eq, eq, eq, isNotNull, isNull, map, mapToInt, mapToString, mapUsing, noneMatch, noneMatch, noneMatch, notEq, notEq, notEqgetFunction, getMetadata, readable, value, valueModelpublic StringFunction(DslField<java.lang.String> field)
public StringFunction(PredicateMetadata metadata, java.util.function.BiFunction<DslModel,Context,java.util.Optional<java.lang.String>> value)
public IntegerFunction length()
public IntegerFunction parseInt()