Uses of Class
com.dlsc.gemsfx.binding.AbstractNestedListBinding
Packages that use AbstractNestedListBinding
-
Uses of AbstractNestedListBinding in com.dlsc.gemsfx.binding
Subclasses of AbstractNestedListBinding in com.dlsc.gemsfx.bindingModifier and TypeClassDescriptionclassBinds a nested structure ofObservableList<ObservableList<T>>to a flattenedStream<T>.classBinds a nested structure ofObservableList<ObservableList<T>>to a transformed outputU.classA concrete implementation ofAbstractNestedListBindingthat computes its value using a function that directly applies to the source list of lists.