@Deprecated public class RatingCollector<T,P> extends Object implements Collector<T,RatingProgress<P>,RatingResult<P>>
Collector.Characteristics| Constructor and Description |
|---|
RatingCollector(Function<T,WinResult> ratingCalc,
Function<P,Double> startRating,
Function<T,P> who1,
Function<T,P> who2)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
BiConsumer<RatingProgress<P>,T> |
accumulator()
Deprecated.
|
Set<Collector.Characteristics> |
characteristics()
Deprecated.
|
BinaryOperator<RatingProgress<P>> |
combiner()
Deprecated.
|
Function<RatingProgress<P>,RatingResult<P>> |
finisher()
Deprecated.
|
Supplier<RatingProgress<P>> |
supplier()
Deprecated.
|
public BiConsumer<RatingProgress<P>,T> accumulator()
accumulator in interface Collector<T,RatingProgress<P>,RatingResult<P>>public Set<Collector.Characteristics> characteristics()
characteristics in interface Collector<T,RatingProgress<P>,RatingResult<P>>public BinaryOperator<RatingProgress<P>> combiner()
combiner in interface Collector<T,RatingProgress<P>,RatingResult<P>>public Function<RatingProgress<P>,RatingResult<P>> finisher()
finisher in interface Collector<T,RatingProgress<P>,RatingResult<P>>public Supplier<RatingProgress<P>> supplier()
supplier in interface Collector<T,RatingProgress<P>,RatingResult<P>>Copyright © 2015. All rights reserved.