Interface LosslessReporter<T,​R>

  • Type Parameters:
    T -
    R -
    All Superinterfaces:
    BiFunction<Nil<T>,​Nil<R>,​Double>, LossReporter<T,​R>

    public interface LosslessReporter<T,​R>
    extends LossReporter<T,​R>
    A subtype of LossReporter that reports 0 loss. This makes declaring lossless LossReporters cleaner.
    Author:
    Gabriel Selzer