Substitute for type parameters @param binding A function which returns @return
(java.util.function.Function<Object, Syntactic.Item> binding)
| 5019 | * @return |
| 5020 | */ |
| 5021 | public Type substitute(java.util.function.Function<Object, Syntactic.Item> binding); |
| 5022 | |
| 5023 | /** |
| 5024 | * Expose the underlying type of this type. For example, consider this: |
no outgoing calls
no test coverage detected