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