public interface PotentiallyPartialResult
TreeFuture
that could be interrupted, and
therefore be partial (and resumed on the UI thread).Modifier and Type | Method and Description |
---|---|
boolean |
isPartialResult()
Return true if this result calculated from a
TreeFuture is partial. |
boolean isPartialResult()
TreeFuture
is partial.