private static class FluentIterable.FromIterableFunction<E> extends java.lang.Object implements Function<java.lang.Iterable<E>,FluentIterable<E>>
Iterable<E> into a fluent iterable.| Modifier | Constructor and Description |
|---|---|
private |
FromIterableFunction() |
| Modifier and Type | Method and Description |
|---|---|
FluentIterable<E> |
apply(java.lang.Iterable<E> fromObject) |
public FluentIterable<E> apply(java.lang.Iterable<E> fromObject)
apply in interface java.util.function.Function<java.lang.Iterable<E>,FluentIterable<E>>