Package org.jboss.weld.util.collections
Class Iterables
- java.lang.Object
-
- org.jboss.weld.util.collections.Iterables
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <F,T>
Iterable<T>flatMap(Iterable<F> iterable, com.google.common.base.Function<F,Iterable<T>> function)static <T> StringtoMultiRowString(Iterable<T> iterable)
-
-
-
Method Detail
-
toMultiRowString
public static <T> String toMultiRowString(Iterable<T> iterable)
- Parameters:
iterable-- Returns:
- See Also:
WeldCollections.toMultiRowString(java.util.Collection)
-
-