Class QueryTable.Operation.Result

java.lang.Object
com.illumon.iris.db.v2.QueryTable.Operation.Result
Enclosing interface:
QueryTable.Operation

public static class QueryTable.Operation.Result
extends Object
The resulting table and listener of the operation.
  • Field Details

  • Constructor Details

    • Result

      public Result​(@NotNull BaseTable resultTable)
    • Result

      public Result​(@NotNull BaseTable resultTable, @Nullable ShiftAwareListener resultListener)
      Construct the result of an operation. The listener may be null if the parent is non-ticking and the table does not need to respond to ticks from other sources.
      Parameters:
      resultTable - the result of the operation
      resultListener - the listener that should be attached to the parent (or null)