toValue

open fun toValue(@NonNull migrations: EnumSet<BatchMigration>): Int

Convert an EnumSet of migration to an integer value

Return

The integer value of migrations

Parameters

migrations

EnumSet of migrations to convert