T
- public class GroovyClassValueJava7<T> extends ClassValue<T> implements GroovyClassValue<T>
ClassValue
GroovyClassValue.ComputeValue<T>
Constructor and Description |
---|
GroovyClassValueJava7(GroovyClassValue.ComputeValue<T> computeValue) |
Modifier and Type | Method and Description |
---|---|
protected T |
computeValue(Class<?> type) |
get, remove
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
get, remove
public GroovyClassValueJava7(GroovyClassValue.ComputeValue<T> computeValue)
protected T computeValue(Class<?> type)
computeValue
in class ClassValue<T>