Packages

package meta

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait LegacyInstantMetaInstance extends AnyRef
  2. trait LegacyLocalDateMetaInstance extends AnyRef
  3. trait LegacyMeta extends AnyRef
  4. final class Meta[A] extends AnyRef

    Convenience for introducing a symmetric Get/Put pair into implicit scope, and for deriving new symmetric pairs.

    Convenience for introducing a symmetric Get/Put pair into implicit scope, and for deriving new symmetric pairs. It's important to understand that Meta should never be demanded by user methods; instead demand both Get and Put. The reason for this is that while Meta implies Get and Put, the presence of both Get and Put does *not* imply Meta.

  5. trait MetaConstructors extends AnyRef
  6. trait MetaInstances extends AnyRef
  7. trait SqlMeta extends AnyRef
  8. trait SqlMetaInstances extends AnyRef
  9. trait TimeMeta extends AnyRef
  10. trait TimeMetaInstances extends AnyRef

Value Members

  1. object Meta extends MetaConstructors with MetaInstances

    Module of constructors and instances for Meta.

Ungrouped