T
- the type of the value from where the nesting step starts (which is also the value which owns the returned
observable)O
- the type of Observable
returned by the step@FunctionalInterface public interface NestingStep<T,O extends javafx.beans.Observable>
Modifier and Type | Method and Description |
---|---|
O |
step(T from)
Performs the nesting step from the specified instance to its observable.
|
This documentation is licensed under CC-BY 4.0, attributed to Nicolai Parlog from CodeFX.