Uses of Interface
civitas.celestis.util.function.TriConsumer
Packages that use TriConsumer
-
Uses of TriConsumer in civitas.celestis.util.grid
Methods in civitas.celestis.util.grid with parameters of type TriConsumerModifier and TypeMethodDescriptionvoidArrayGrid.forEach(TriConsumer<Integer, Integer, ? super E> a) Executes the provided action for each element of this grid.voidAtomicGrid.forEach(TriConsumer<Integer, Integer, ? super E> a) Executes the provided action for each element of this grid.voidBaseGrid.forEach(TriConsumer<Integer, Integer, ? super E> a) Executes the provided action for each element of this grid.voidDoubleArrayGrid.forEach(TriConsumer<Integer, Integer, ? super Double> a) Executes the provided action for each element of this grid.voidDoubleGrid.forEach(TriConsumer<Integer, Integer, ? super Double> a) Executes the provided action for each element of this grid.voidFloatArrayGrid.forEach(TriConsumer<Integer, Integer, ? super Float> a) Executes the provided action for each element of this grid.voidFloatGrid.forEach(TriConsumer<Integer, Integer, ? super Float> a) Executes the provided action for each element of this grid.voidGrid.forEach(TriConsumer<Integer, Integer, ? super E> a) Executes the provided action for each element of this grid.voidHashGrid.forEach(TriConsumer<Integer, Integer, ? super E> a) Executes the provided action for each element of this grid.voidIntArrayGrid.forEach(TriConsumer<Integer, Integer, ? super Integer> a) Executes the provided action for each element of this grid.voidIntGrid.forEach(TriConsumer<Integer, Integer, ? super Integer> a) Executes the provided action for each element of this grid.voidLongArrayGrid.forEach(TriConsumer<Integer, Integer, ? super Long> a) Executes the provided action for each element of this grid.voidLongGrid.forEach(TriConsumer<Integer, Integer, ? super Long> a) Executes the provided action for each element of this grid.voidSyncGrid.forEach(TriConsumer<Integer, Integer, ? super E> a) Executes the provided action for each element of this grid.