public final class HasNameMapper extends Object implements Func<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 |
eval(HasName arg)
Evaluates an element and transforms it using this function.
|
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.