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, getValueConverter
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName, getValueConverter
public ComplexValueImpl(String name, ValueConverter<T,U> valueConverter)
public Predicate exists()
ComplexVariableOperand
Builds 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 ComplexVariableOperand
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.