Package io.deephaven.qst
Interface TableCreationLogic
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
An encapsulation of the logic to create a single table, when the table type is also
TableOperations
.-
Method Summary
Modifier and TypeMethodDescriptiondefault TableCreationLogic
andThen
(TableCreationLogic1Input input1) <T extends TableOperations<T,
T>>
Tcreate
(TableCreator<T> creation)
-
Method Details
-
create
-
andThen
-