WithActions

slick.migration.api.TableMigration.WithActions
See theWithActions companion object
sealed trait WithActions[A <: Action]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def apply(actions: Seq[Reversible]): List[A] => List[A]
def apply(actions: Seq[Action], dummy: Null): List[A] => List[Action]
def apply(action: Reversible): List[A] => List[A]
def apply(action: Action): List[A] => List[Action]