Package net.imglib2.loops
Interface LoopBuilder.TriConsumer<A,B,C>
-
- Enclosing class:
- LoopBuilder<T>
public static interface LoopBuilder.TriConsumer<A,B,C>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaccept(A a, B b, C c)
-