Package io.deephaven.qst
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.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
GetOutput
public GetOutput()
-
-
Method Details
-
visit
- Specified by:
visit
in interfaceTableAdapterResults.Output.Visitor<T extends TableOperations<T,
T>, T extends TableOperations<T, T>, T extends TableOperations<T, T>>
-