T
- GroovyClassValue<T>
public class GroovyClassValueJava7<T> extends java.lang.ClassValue<T> implements GroovyClassValue<T>
ClassValue
GroovyClassValue.ComputeValue<T>
Constructor | Description |
---|---|
GroovyClassValueJava7(GroovyClassValue.ComputeValue<T> computeValue) |
Modifier and Type | Method | Description |
---|---|---|
protected T |
computeValue(java.lang.Class<?> type) |
get, remove
public GroovyClassValueJava7(GroovyClassValue.ComputeValue<T> computeValue)