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 pFirst, S pSecond)
    • acceptSingle

      T acceptSingle(S pSingle)
    • acceptNone

      T acceptNone()