Package io.deephaven.qst
Interface TableCreator.OperationsToTable<TOPS extends TableOperations<TOPS,TABLE>,TABLE>
- Type Parameters:
TOPS
- the table operations typeTABLE
- the output table type
- Enclosing interface:
- TableCreator<TABLE>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public static interface TableCreator.OperationsToTable<TOPS extends TableOperations<TOPS,TABLE>,TABLE>
Transform a table operation into a table.
-
Method Summary
-
Method Details
-
of
-