T - Input type.U - Output type.public interface Mapper<T,U>
Implementation must override apply method and will return the mapped value.
Internal API: these methods are part of the internal API and may be removed, have their signature change, or have their access level decreased from public to protected, package, or private in future versions without notice.
| Modifier and Type | Method and Description |
|---|---|
U |
apply(T object)
Mapper method.
|
Copyright © 2018. All rights reserved.