T - Item type.public class ObservableSum<T>
extends javafx.beans.value.ObservableValueBase<T>
| Constructor and Description |
|---|
ObservableSum(javafx.collections.ObservableList<? extends T> pList,
T pIdentity,
BinaryOperator<T> pAddFunction,
UnaryOperator<T> pNegateFunction)
Incrementally update after each change.
|
| Modifier and Type | Method and Description |
|---|---|
T |
getValue() |
public ObservableSum(javafx.collections.ObservableList<? extends T> pList, T pIdentity, BinaryOperator<T> pAddFunction, UnaryOperator<T> pNegateFunction)
public T getValue()
Copyright © 2023. All rights reserved.