-
Notifications
You must be signed in to change notification settings - Fork 68
Closed
Description
There should be an option to make the RxJavaFX Binding implementation lazy. That way it delays subscribing to the Observable until the Binding is first called for the value.
Maybe there needs to be two implementations: EagerBindingSubscriber and LazyBindingSubscriber. The first one is what exists currently as BindingSubscriber.
Metadata
Metadata
Assignees
Labels
No labels