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