Wrap missing Bindings.create*Binding
#232
Closed
Labels
Milestone
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
create*Binding
methods allow creation binding of arbitrary expression created from any number of observable values.Here is a possible wrapper for
createStringBinding
:it allows writing code like, that creates binding that converts String property to lower case:
See also discussion at #231.
The text was updated successfully, but these errors were encountered: