In new code you just do `list.predicate = { it == ...
# tornadofx
e
In new code you just do
list.predicate = { it == acceptedValue }
.