public class IterableUtils extends Object
Iterable
static <K,V,G extends Iterable<K>>Iterable<V>
flatMap(Iterable<G> itemGroups, Function<K,V> mapper)
static <E> Stream<E>
toStream(Iterable<E> iterable)
Stream
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static <E> Stream<E> toStream(Iterable<E> iterable)
E
iterable
@Internal public static <K,V,G extends Iterable<K>> Iterable<V> flatMap(Iterable<G> itemGroups, Function<K,V> mapper)
K
V
G
itemGroups
mapper
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.