A DynamicValue reducer returning the truthiness of the input
new BooleanizedValue(new TextValue("")).onValue(value=> value //false )
A DynamicValue reducer returning the truthiness of the input
example
new BooleanizedValue(new TextValue("")).onValue(value=> value //false )