I
- Type of element in list.O
- Type of result.public class ReductionBinding<I,O>
extends javafx.beans.binding.ObjectBinding<O>
Stream.reduce(Object, BiFunction, BinaryOperator)
,
EasyBind.combine(ObservableList, Function)
Constructor and Description |
---|
ReductionBinding(javafx.collections.ObservableList<? extends I> pList,
O pIdentity,
BiFunction<O,? super I,O> pAccumulator,
BinaryOperator<O> pCombiner) |
Modifier and Type | Method and Description |
---|---|
protected O |
computeValue() |
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 ReductionBinding(javafx.collections.ObservableList<? extends I> pList, O pIdentity, BiFunction<O,? super I,O> pAccumulator, BinaryOperator<O> pCombiner)
Copyright © 2023. All rights reserved.