object LifecycleTagImpl extends LifecycleTagLowPriority

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LifecycleTagImpl
  2. LifecycleTagLowPriority
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def apply[A](implicit arg0: LifecycleTagImpl[A]): LifecycleTagImpl[A]
    Annotations
    @inline()
  2. implicit final macro def fakeResourceTagMacroIntellijWorkaround[R <: Lifecycle[Any, Any]]: LifecycleTagImpl[R]

    The resourceTag implicit above works perfectly fine, this macro here is exclusively a workaround for highlighting in Intellij IDEA

    The resourceTag implicit above works perfectly fine, this macro here is exclusively a workaround for highlighting in Intellij IDEA

    (it's also used to display error trace from TagK's @implicitNotFound)

    TODO: report to IJ bug tracker

    Definition Classes
    LifecycleTagLowPriority
  3. implicit def resourceTag[R <: Lifecycle[F0, A0], F0[_], A0](implicit arg0: Tag[R], arg1: TagK[F0], arg2: Tag[A0]): LifecycleTagImpl[R with Lifecycle[F0, A0]] { ... /* 2 definitions in type refinement */ }