Class Future

java.lang.Object
io.deephaven.integrations.learn.Future

public class Future extends Object
Future performs a deferred computation on a portion of a table.
  • Method Details

    • get

      public Object 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.