Packages

package meta

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. 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.

Value Members

  1. object Meta

Ungrouped