Interface OperationSet
-
- All Superinterfaces:
java.util.function.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 java.util.function.Consumer<com.apple.foundationdb.relational.api.RelationalConnection>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
accept(com.apple.foundationdb.relational.api.RelationalConnection databaseConnection)
-