public class RatingProgress<P> extends Object
| Constructor and Description |
|---|
RatingProgress(Function<P,Double> startRating) |
RatingProgress(RatingProgress<P> a,
RatingProgress<P> b) |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
add(T t,
Function<T,P> who1,
Function<T,P> who2,
Function<T,WinResult> ratingCalc) |
RatingResult<P> |
results() |
public RatingProgress(RatingProgress<P> a, RatingProgress<P> b)
Copyright © 2015. All rights reserved.