Uses of Interface
eu.bandm.tools.util.function.TriConsumer
Packages that use TriConsumer
Package
Description
-
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
Iterables.forEachTriple
(Iterable<T> data, TriConsumer<@Opt T, @Opt T, @Opt T> consumer) Performs the given action for all remaining triples of adjacent elements delivered by the iterator, including partial ones, in order.