Uses of Interface
eu.bandm.tools.util.function.TriConsumer
Packages that use TriConsumer
-
Uses of TriConsumer in eu.bandm.tools.util.java
Methods in eu.bandm.tools.util.java with parameters of type TriConsumerModifier and TypeMethodDescriptionstatic <T> void
Iterators.forEachTriple
(Iterator<T> it, TriConsumer<@Opt T, @Opt T, @Opt T> consumer) Apply the given code to all adjacent triples of items es delivered by the iterator.