T
- Item type.public class ObservableMean<T>
extends javafx.beans.value.ObservableValueBase<T>
Constructor and Description |
---|
ObservableMean(javafx.collections.ObservableList<T> pList,
BinaryOperator<T> pAddFunction,
BiFunction<T,Integer,T> pDivideFunction,
UnaryOperator<T> pNegateFunction) |
Modifier and Type | Method and Description |
---|---|
T |
getValue() |
public ObservableMean(javafx.collections.ObservableList<T> pList, BinaryOperator<T> pAddFunction, BiFunction<T,Integer,T> pDivideFunction, UnaryOperator<T> pNegateFunction)
public T getValue()
Copyright © 2023. All rights reserved.