Package

com.softwaremill.macwire

tagging

Permalink

package tagging

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. tagging
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. implicit class AndTagger[T, U] extends AnyRef

    Permalink
  2. implicit class Tagger[T] extends AnyRef

    Permalink
  3. type @@[T, +U] = T with tagging.Tag[U]

    Permalink
    Annotations
    @deprecated
    Deprecated

    Use com.softwaremill.tagging instead

  4. type Tag[+U] = AnyRef { type Tag <: U }

    Permalink
    Annotations
    @deprecated
    Deprecated

    Use com.softwaremill.tagging instead

  5. type Tagged[T, +U] = T with tagging.Tag[U]

    Permalink
    Annotations
    @deprecated
    Deprecated

    Use com.softwaremill.tagging instead

Inherited from AnyRef

Inherited from Any

Ungrouped