T - the type of the output of the function.@FunctionalInterface public interface WithResourceFilename<T>
| Modifier and Type | Method and Description |
|---|---|
T |
withResourceFilename(String resource)
Takes a string, processes it and returns a result of type T.
|
Copyright © 2020. All rights reserved.