public static final class CollectionFunctionals.FirstElementFunction<T>
extends java.lang.Object
implements com.google.common.base.Function<java.lang.Iterable<? extends T>,T>
| Constructor and Description |
|---|
FirstElementFunction() |
| Modifier and Type | Method and Description |
|---|---|
T |
apply(java.lang.Iterable<? extends T> input) |
java.lang.String |
toString() |