c

taggedtypes

TaggingExtensionsF

implicit final class TaggingExtensionsF[F[_], T] extends AnyVal

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

Instance Constructors

  1. new TaggingExtensionsF(ft: F[T])

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[_]): F[@@[T, TaggedType.Tag]]

    Synonym operator for taggedWith.

  5. def @@@[U]: F[@@[T, U]]

    Synonym operator for taggedWithF.

  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val ft: F[T]
  8. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  9. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  10. def taggedWithF(taggedType: TaggedType[_]): F[@@[T, TaggedType.Tag]]

    Tag intra-container value using TaggedType instance.

    Tag intra-container value using TaggedType instance. Allows for List(...) @@ MyTaggedType syntax.

    taggedType

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

    returns

    container with nested value tagged with taggedType.Tag

  11. def taggedWithF[U]: F[@@[T, U]]

    Tag intra-container value with type U.

    Tag intra-container value with type U.

    U

    type to tag with

    returns

    container with nested value tagged with U

  12. def toString(): String
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped