T - The type of the interface.@FunctionalInterface public interface ImplementingClassMatchProcessor<T>
| Modifier and Type | Method | Description |
|---|---|---|
void |
processMatch(Class<? extends T> implementingClass) |
Process an implementing class match.
|
Copyright © 2018. All rights reserved.