DATATYPE - The data type to retrieve the name from@FunctionalInterface public interface INameProvider<DATATYPE>
| Modifier and Type | Method and Description |
|---|---|
static INameProvider<IHasName> |
createHasName() |
String |
getName(DATATYPE aObject)
Get the name of the passed object.
|
Copyright © 2014–2022 Philip Helger. All rights reserved.