NullScoreUnitAggregator

A ScoreUnitAggregator which always generates null score.

This implementation is mainly used for StandardScoreGenerators.Disabled, or equivalent ScoreGenerator implementations which has unconditional score-disabled behavior.

Constructors

Link copied to clipboard
constructor(scoreUnits: List<ScoreReportUnit>?)

Properties

Link copied to clipboard
open override val score: StageReportUnit.Scorable.Score? = null

The score of this report unit.

Link copied to clipboard
protected open override val scoreUnits: List<ScoreReportUnit>?

The list of input ScoreReportUnit.