Interface TableCreator.TableToOperations<TOPS extends TableOperations<TOPS,TABLE>,TABLE>

Type Parameters:
TOPS - the table operations type
TABLE - 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.TableToOperations<TOPS extends TableOperations<TOPS,TABLE>,TABLE>
Transform a table into a table operation.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    of(TABLE table)