Minor. Add isComputing to DeferredType
This commit is contained in:
@@ -77,6 +77,10 @@ public class DeferredType extends DelegatingType implements LazyType {
|
||||
this.lazyValue = lazyValue;
|
||||
}
|
||||
|
||||
public boolean isComputing() {
|
||||
return lazyValue.isComputing();
|
||||
}
|
||||
|
||||
public boolean isComputed() {
|
||||
return lazyValue.isComputed();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user