Interface OperationSet

All Superinterfaces:
Consumer<com.apple.foundationdb.relational.api.RelationalConnection>
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 interface OperationSet extends Consumer<com.apple.foundationdb.relational.api.RelationalConnection>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(com.apple.foundationdb.relational.api.RelationalConnection databaseConnection)
     

    Methods inherited from interface java.util.function.Consumer

    andThen
  • Method Details

    • accept

      void accept(com.apple.foundationdb.relational.api.RelationalConnection databaseConnection)
      Specified by:
      accept in interface Consumer<com.apple.foundationdb.relational.api.RelationalConnection>