Package io.deephaven.integrations.learn
Class Future
java.lang.Object
io.deephaven.integrations.learn.Future
Future performs a deferred computation on a portion of a table.
-
Method Summary
-
Method Details
-
get
Gets the result of the deferred calculation. The calculation is performed at most once, and results are cached.- Returns:
- result of the deferred calculation.
-