Packages

p

vdx.mtg4s

mtgjson

package mtgjson

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package raw

Type Members

  1. trait MtgJson[F[_], Repr] extends AnyRef

    An interface to safely acquire an in memory instance of the MTGJson database.

    An interface to safely acquire an in memory instance of the MTGJson database.

    The representation is configurable through the Repr type parameter, so that it can be optimised to the task (e.g. use a subset of the fields to save memory, etc)

  2. final case class MtgJsonId(uuid: UUID) extends AnyVal with Product with Serializable

Value Members

  1. object MtgJson
  2. object MtgJsonId extends Serializable

Ungrouped