T
- Type of element in list.public class StdDevBinding<T>
extends javafx.beans.binding.ObjectBinding<T>
Constructor and Description |
---|
StdDevBinding(javafx.collections.ObservableList<? extends T> pList,
BinaryOperator<T> pAddFunction,
UnaryOperator<T> pNegateFunction,
BiFunction<T,Integer,T> pDivideFunction,
UnaryOperator<T> pSquareFunction,
UnaryOperator<T> pSquareRootFunction) |
StdDevBinding(javafx.collections.ObservableList<? extends T> pList,
BinaryOperator<T> pAddFunction,
UnaryOperator<T> pNegateFunction,
BiFunction<T,Integer,T> pDivideFunction,
UnaryOperator<T> pSquareFunction,
UnaryOperator<T> pSquareRootFunction,
boolean pBesselCorrect) |
Modifier and Type | Method and Description |
---|---|
protected T |
computeValue() |
static <T> T |
computeValue(Collection<? extends T> pCollection,
BinaryOperator<T> pAddFunction,
UnaryOperator<T> pNegateFunction,
BiFunction<T,Integer,T> pDivideFunction,
UnaryOperator<T> pSquareFunction,
UnaryOperator<T> pSquareRootFunction) |
static <T> T |
computeValue(Collection<? extends T> pCollection,
BinaryOperator<T> pAddFunction,
UnaryOperator<T> pNegateFunction,
BiFunction<T,Integer,T> pDivideFunction,
UnaryOperator<T> pSquareFunction,
UnaryOperator<T> pSquareRootFunction,
boolean pBesselCorrect) |
addListener, addListener, bind, dispose, get, getDependencies, invalidate, isValid, onInvalidating, removeListener, removeListener, toString, unbind
asString, asString, asString, getValue, isEqualTo, isEqualTo, isNotEqualTo, isNotEqualTo, isNotNull, isNull, objectExpression
public StdDevBinding(javafx.collections.ObservableList<? extends T> pList, BinaryOperator<T> pAddFunction, UnaryOperator<T> pNegateFunction, BiFunction<T,Integer,T> pDivideFunction, UnaryOperator<T> pSquareFunction, UnaryOperator<T> pSquareRootFunction)
public StdDevBinding(javafx.collections.ObservableList<? extends T> pList, BinaryOperator<T> pAddFunction, UnaryOperator<T> pNegateFunction, BiFunction<T,Integer,T> pDivideFunction, UnaryOperator<T> pSquareFunction, UnaryOperator<T> pSquareRootFunction, boolean pBesselCorrect)
protected T computeValue()
computeValue
in class javafx.beans.binding.ObjectBinding<T>
public static <T> T computeValue(Collection<? extends T> pCollection, BinaryOperator<T> pAddFunction, UnaryOperator<T> pNegateFunction, BiFunction<T,Integer,T> pDivideFunction, UnaryOperator<T> pSquareFunction, UnaryOperator<T> pSquareRootFunction)
public static <T> T computeValue(Collection<? extends T> pCollection, BinaryOperator<T> pAddFunction, UnaryOperator<T> pNegateFunction, BiFunction<T,Integer,T> pDivideFunction, UnaryOperator<T> pSquareFunction, UnaryOperator<T> pSquareRootFunction, boolean pBesselCorrect)
Copyright © 2023. All rights reserved.