Uses of Class
org.openjdk.jmc.common.item.Aggregators.VarianceConsumer
-
Packages that use Aggregators.VarianceConsumer Package Description org.openjdk.jmc.common.item This package contains theIItemdata model. -
-
Uses of Aggregators.VarianceConsumer in org.openjdk.jmc.common.item
Methods in org.openjdk.jmc.common.item that return Aggregators.VarianceConsumer Modifier and Type Method Description Aggregators.VarianceConsumerAggregators.VarianceConsumer. merge(Aggregators.VarianceConsumer other)Aggregators.VarianceConsumerAggregators.Stddev. newItemConsumer(IType<IItem> type)Aggregators.VarianceConsumerAggregators.Variance. newItemConsumer(IType<IItem> type)Methods in org.openjdk.jmc.common.item with parameters of type Aggregators.VarianceConsumer Modifier and Type Method Description IQuantityAggregators.Stddev. getValue(Aggregators.VarianceConsumer consumer)IQuantityAggregators.Variance. getValue(Aggregators.VarianceConsumer consumer)Aggregators.VarianceConsumerAggregators.VarianceConsumer. merge(Aggregators.VarianceConsumer other)
-