We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eda8bf commit b190660Copy full SHA for b190660
core/src/main/scala/za/co/absa/fadb/DBExecutor.scala
@@ -25,6 +25,6 @@ import scala.concurrent.Future
25
*
26
* @tparam E - the type of the engine, E.g. a Slick Postgres Database
27
*/
28
-trait DBExecutor[+E] {
+trait DBExecutor[E] {
29
def run[R](fnc: QueryFunction[E, R]): Future[Seq[R]]
30
}
0 commit comments