public class ComplexValueImpl<T,U> extends BaseValueAccessor<T,U> implements ComplexValue<T>
| Constructor and Description |
|---|
ComplexValueImpl(String name,
ValueConverter<T,U> valueConverter) |
| Modifier and Type | Method and Description |
|---|---|
Predicate |
exists()
Builds a predicate that checks if the value exists.
|
getName, getValueConverterequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetName, getValueConverterpublic ComplexValueImpl(String name, ValueConverter<T,U> valueConverter)
public Predicate exists()
ComplexVariableOperandBuilds a predicate that checks if the value exists.
For fields, this will always match. For variables it will match if a variable with the given name is present.
exists in interface ComplexVariableOperandCopyright © 2010 - 2019 edorasware ag. All Rights Reserved.