public final class HasNameMapper extends Object implements java.util.function.Function<HasName,String>, Serializable
Func useful for mapping HasName instances to names, using
CollectionUtils#map(Object[], Func) and
CollectionUtils#map(Iterable, Func).| Constructor and Description |
|---|
HasNameMapper() |
| Modifier and Type | Method and Description |
|---|---|
String |
apply(HasName arg) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThen, compose, identitypublic String apply(HasName arg)
apply in interface java.util.function.Function<HasName,String>Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.