v0.2.0
LogicBindings
or
- boolean OR binding with variable number of dependent observable boolean values.and
- boolean AND binding with variable number of dependent observable boolean values.
NumberBindings
divideSafe
- divide binding that doesn't throwArithmeticException
when division by zero occurs. Instead0
or a user defined value is used for the binding.
ObjectBindings
map
- takes a function that is applied to the value of the source observable and the result is used for the result binding. This binding is null-safe: noNullPointerException
is thrown even when the source observable contains null.