Package io.deephaven.qst
Interface TableCreationLabeledLogic
- 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 return a labeled tables, when the table type is also
TableOperations
.-
Method Summary
Modifier and TypeMethodDescription<T extends TableOperations<T,
T>>
LabeledValues<T>create
(TableCreator<T> creation)
-
Method Details
-
create
-