public interface Work<T>
process() until it returns True before getting the result.| Modifier and Type | Method and Description |
|---|---|
T |
getResult()
Get the result once the work is done.
|
boolean |
process()
Call the method to do the work.
|
boolean process()
T getResult()
Copyright © 2012–2019. All rights reserved.