public final class TemplateComputedValue
extends <any>
| Constructor and Description |
|---|
TemplateComputedValue(java.lang.Object o,
java.lang.String template,
IValueProperty[] properties)
Create a template value
|
TemplateComputedValue(java.lang.Object o,
java.lang.String template,
IValueProperty[] properties,
java.util.function.BiFunction<IValueProperty,java.lang.Object,java.lang.Object> converter)
Create a template value
|
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
calculate() |
void |
dispose() |
public TemplateComputedValue(java.lang.Object o,
java.lang.String template,
IValueProperty[] properties)
o - the valuetemplate - the templateproperties - the propertiespublic TemplateComputedValue(java.lang.Object o,
java.lang.String template,
IValueProperty[] properties,
java.util.function.BiFunction<IValueProperty,java.lang.Object,java.lang.Object> converter)
o - the valuetemplate - the templateproperties - the propertiesconverter - the converter