Uses of Class
org.apache.druid.java.util.common.guava.SequenceWrapper
Packages that use SequenceWrapper
-
Uses of SequenceWrapper in org.apache.druid.java.util.common.guava
Methods in org.apache.druid.java.util.common.guava with parameters of type SequenceWrapperModifier and TypeMethodDescriptionstatic <T> Sequence<T> Sequences.wrap(Sequence<T> seq, SequenceWrapper wrapper) Allows to execute something before, after or around the processing of the given sequence.