Package io.trino.operator
Class CompletedWork<T>
- java.lang.Object
-
- io.trino.operator.CompletedWork<T>
-
-
Constructor Summary
Constructors Constructor Description CompletedWork(T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TgetResult()Get the result once the work is done.booleanprocess()Call the method to do the work.
-