implicit final class TaggingExtensionsG[G] extends AnyVal

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

Instance Constructors

  1. new TaggingExtensionsG(g: G)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. def @@@@(taggedType: TaggedType[_])(implicit unwrap: Unwrap[G]): Result[TaggedType.Tag]

    Synonym operator for taggedWithG.

  5. def @@@@[U](implicit unwrap: Unwrap[G]): Result[U]

    Synonym operator for taggedWithG.

  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val g: G
  8. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  9. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  10. def taggedWithG(taggedType: TaggedType[_])(implicit unwrap: Unwrap[G]): Result[TaggedType.Tag]

    Tag arbitrarily nested container value using TaggedType instance.

    Tag arbitrarily nested container value using TaggedType instance.

    taggedType

    tagged type to type-tag with using its inner Tag field

    returns

    container with arbitrarily nested value tagged with taggedType.Tag

  11. def taggedWithG[U](implicit unwrap: Unwrap[G]): Result[U]

    Tag arbitrarily nested container value with type U.

    Tag arbitrarily nested container value with type U.

    U

    type to tag with

    returns

    container with arbitrarily nested value tagged with U

  12. def toString(): String
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped