public interface Completable
Modifier and Type | Method and Description |
---|---|
boolean |
isComplete()
Returns true if this object is complete
|
void |
setComplete(boolean complete)
Sets whether or not this object is complete or not
|
Copyright © 2025 Apache Software Foundation. All rights reserved.