Interface ScoreDistribution

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static double EPSILON  
    • Method Summary

      Modifier and Type Method Description
      default java.util.List<ScoreDistribution.Standing> applyAll​(java.util.Collection<? extends Player<?>> players, java.util.function.BiConsumer<Player<?>,​java.lang.Double> action)  
      default double roundedApply​(Player<?> player)  
      • Methods inherited from interface java.util.function.Function

        andThen, apply, compose
    • Method Detail

      • applyAll

        default java.util.List<ScoreDistribution.Standing> applyAll​(java.util.Collection<? extends Player<?>> players,
                                                                    java.util.function.BiConsumer<Player<?>,​java.lang.Double> action)
      • roundedApply

        default double roundedApply​(Player<?> player)