Package com.linkedin.venice.utils
Class IteratorUtils
java.lang.Object
com.linkedin.venice.utils.IteratorUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T,
O> Iterator<O> mapIterator
(Iterator<T> iterator, Function<T, O> mapper)
-
Method Details
-
mapIterator
-