Class/Object

taggedtypes

TaggingExtensionsG

Related Docs: object TaggingExtensionsG | package taggedtypes

Permalink

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)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  4. def @@@@(taggedType: TaggedType[_])(implicit unwrap: Unwrap[G]): Result[TaggedType.Tag]

    Permalink

    Synonym operator for taggedWithG.

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

    Permalink

    Synonym operator for taggedWithG.

  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. val g: G

    Permalink
  8. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  9. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  10. def taggedWithG(taggedType: TaggedType[_])(implicit unwrap: Unwrap[G]): Result[TaggedType.Tag]

    Permalink

    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]

    Permalink

    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

    Permalink
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped