public final class Iterables extends Object
Iterable
static <F,T> Iterable<T>
flatMap(Iterable<F> iterable, Function<F,Iterable<T>> function)
static <T> String
toMultiRowString(Iterable<T> iterable)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static <T> String toMultiRowString(Iterable<T> iterable)
iterable
WeldCollections.toMultiRowString(java.util.Collection)
public static <F,T> Iterable<T> flatMap(Iterable<F> iterable, Function<F,Iterable<T>> function)
Copyright © 2016. All Rights Reserved.