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 TypeMethodDescriptionvoid
accept
(com.apple.foundationdb.relational.api.RelationalConnection databaseConnection)