Packages

p

schematic

package schematic

Linear Supertypes
ExistentialsPlatformCompat, AnyRef, Any

Package Members

  1. package scalacheck

Type Members

  1. type CollectionSchematic[F[_]] = schematic.list.Schematic[F] with schematic.set.Schematic[F] with schematic.vector.Schematic[F] with schematic.map.Schematic[F]
  2. type Existential[F[_]] = F[_]
    Definition Classes
    ExistentialsPlatformCompat
  3. type NumericSchematic[F[_]] = schematic.short.Schematic[F] with schematic.int.Schematic[F] with schematic.long.Schematic[F] with schematic.double.Schematic[F] with schematic.float.Schematic[F]
  4. type PrettyRepr[A] = Printer
  5. type PrimitiveSchematic[F[_]] = NumericSchematic[F] with schematic.string.Schematic[F] with schematic.boolean.Schematic[F] with schematic.bytes.Schematic[F]
  6. type Repr[A] = String
  7. type Static[A] = A with Tag
  8. type Wrapped[F[_], G[_], A] = F[G[A]]

Inherited from ExistentialsPlatformCompat

Inherited from AnyRef

Inherited from Any

Ungrouped