Interface TableDetails.KeyColumnConsumer

Enclosing interface:
TableDetails
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 TableDetails.KeyColumnConsumer
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    consume(int position, TableDetails.KeyColumn column)
    Callback a particular key column
  • Method Details

    • consume

      void consume(int position, TableDetails.KeyColumn column)
      Callback a particular key column
      Parameters:
      position - The position of the column within the key group
      column - The column details