CanConcatMigrations

slick.migration.api.CanConcatMigrations
See theCanConcatMigrations companion object
class CanConcatMigrations[-A, -B, +C](val f: (A, B) => C)

A typeclass to determine the best way to combine migrations, either into a ReversibleMigrationSeq or just a MigrationSeq. Used when you call '&' on Migrations. Note that the migrations will be flattened; you will not end up with something like MigrationSeq(MigrationSeq(MigrationSeq(migA, migB), migC), migD).

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete fields

val f: (A, B) => C