java.lang.Object
com.iamsoft.util.ui.javafx.conflation.ConflationUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic <I,
O> void applyChange
(List<O> pList, javafx.collections.ListChangeListener.Change<I> pChange, Function<I, O> pTransform) Identify list change yielded by adding a new point.static <T> void
applyChange
(List<T> pList, javafx.collections.ListChangeListener.Change<T> pChange) static <Y> javafx.collections.ObservableList<javafx.scene.chart.XYChart.Series<Long,
Y>> static <Y> javafx.scene.chart.XYChart.Series<Long,
Y>
-
Method Details
-
applyChange
public static <T> void applyChange(List<T> pList, javafx.collections.ListChangeListener.Change<T> pChange) -
applyChange
public static <I,O> void applyChange(List<O> pList, javafx.collections.ListChangeListener.Change<I> pChange, Function<I, O> pTransform) Identify list change yielded by adding a new point. If no conflation is performed, this would just be an 'Add' event at end of list. -
conflate
-
conflate
-