Class TableAdapterResults.GetOutput<T extends TableOperations<T,T>>

java.lang.Object
io.deephaven.qst.TableAdapterResults.GetOutput<T>
Type Parameters:
T - the table operations and table type
All Implemented Interfaces:
TableAdapterResults.Output.Visitor<T,T,T>
Enclosing class:
TableAdapterResults<TOPS extends TableOperations<TOPS,TABLE>,TABLE>

public static final class TableAdapterResults.GetOutput<T extends TableOperations<T,T>> extends Object implements TableAdapterResults.Output.Visitor<T,T,T>
Used to collapse an output when the table operations and table type are the same generic type.