public interface WorkResult
Provides information about some work which was performed.
Method Summary
boolean
default WorkResult
or
(WorkResult other) Returns this result if it did work, otherwise returns the result given as a parameter.
Method Details
getDidWork
boolean getDidWork()or
Returns this result if it did work, otherwise returns the result given as a parameter.- Since:
- 6.0