Interface LoopBuilder.Chunk<T>

All Known Implementing Classes:
IterableLoopBuilder.Chunk
Enclosing class:
LoopBuilder<T>

public static interface LoopBuilder.Chunk<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    forEachPixel(T action)
     
  • Method Details

    • forEachPixel

      void forEachPixel(T action)