Class FilterScorable


  • public class FilterScorable
    extends Scorable
    Filter a Scorable, intercepting methods and optionally changing their return values

    The default implementation simply passes all calls to its delegate, with the exception of Scorable.setMinCompetitiveScore(float) which defaults to a no-op.