T - public interface GroovyClassValue<T>
ClassValue| Modifier and Type | Interface and Description | 
|---|---|
| static interface  | GroovyClassValue.ComputeValue<T> | 
| Modifier and Type | Method and Description | 
|---|---|
| T | get(java.lang.Class<?> type) | 
| void | remove(java.lang.Class<?> type) | 
T get(java.lang.Class<?> type)
void remove(java.lang.Class<?> type)