Class ZeroScoreDistribution

    • Method Summary

      Modifier and Type Method Description
      java.lang.Double apply​(Player player)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Function

        andThen, compose
    • Constructor Detail

      • ZeroScoreDistribution

        public ZeroScoreDistribution()
    • Method Detail

      • apply

        public java.lang.Double apply​(Player player)
        Specified by:
        apply in interface java.util.function.Function<Player<?>,​java.lang.Double>