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