U - the type of the result of the function.@FunctionalInterface public interface WithName<U>
| Modifier and Type | Method and Description |
|---|---|
U |
withName(String name)
Takes a string, processes it and returns a result of type U.
|
Copyright © 2020. All rights reserved.