Interface DoubleBlockCombiner.Combiner<S,T>

All Known Implementing Classes:
BrightnessCombiner
Enclosing class:
DoubleBlockCombiner

public static interface DoubleBlockCombiner.Combiner<S,T>
  • Method Details

    • acceptDouble

      T acceptDouble(S first, S second)
    • acceptSingle

      T acceptSingle(S single)
    • acceptNone

      T acceptNone()