Skip to content

Create wrapper around properties with convient helper methods #10

@tobiasdiez

Description

@tobiasdiez

Similar to the EasyObservableValue there should be an EasyObservableProperty that exposes some of the methods (like selectProperty) so that they can be chained together.

For example, the interface could look like

Property<Boolean> binding = EasyBind.wrapProperty(control.sceneProperty()) 
                                    .select(s -> s.windowProperty()) 
                                    .select(w -> w.showingProperty());

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions