Uses of Class
com.google.mu.util.Funnel.Batch
-
Uses of Funnel.Batch in com.google.mu.util
Modifier and TypeMethodDescription<F> Funnel.Batch
<F, T> Funnel.through
(Function<? super List<F>, ? extends Collection<? extends T>> converter) Deprecated.Returns aFunnel.Batch
accepting elements that, whenFunnel.run()
is called, will be converted together in a batch throughconverter
.