Trait

shapeless.compat

LowPriorityExtension

Related Doc: package compat

Permalink

trait LowPriorityExtension extends LazyExtension with LowPriorityTypes

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. LowPriorityExtension
  2. LowPriorityTypes
  3. LazyExtension
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. type C = LazyExtension.Ctx.c.type

    Permalink
    Definition Classes
    LowPriorityExtensionLowPriorityTypes
  2. abstract type Ctx <: DerivationContext

    Permalink
    Definition Classes
    LazyExtension
  3. case class ThisState(prevent: List[LazyExtension.Ctx.TypeWrapper]) extends Product with Serializable

    Permalink

Abstract Value Members

  1. abstract val ctx: Ctx

    Permalink
    Definition Classes
    LazyExtension

Concrete Value Members

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. object IgnoringTpe

    Permalink
    Definition Classes
    LowPriorityTypes
  5. object LowPriorityTpe

    Permalink
    Definition Classes
    LowPriorityTypes
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. lazy val c: C

    Permalink
    Definition Classes
    LowPriorityExtensionLowPriorityTypes
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def derive(state0: LazyExtension.Ctx.State, extState: ThisState, update: (LazyExtension.Ctx.State, ThisState) ⇒ LazyExtension.Ctx.State)(instTpe: scala.reflect.macros.Universe.Type): Option[Either[String, (LazyExtension.Ctx.State, LazyExtension.Ctx.Instance)]]

    Permalink

    Called during a Lazy or Strict implicit materialization.

    Called during a Lazy or Strict implicit materialization.

    If this extension handles @tpe, it should return either Some(Right(...)) upon success, or Some(Left(...)) upon failure. The latter will make the current implicit search fail.

    If it does not handle this type, it should return None. Materialization will then go on with other extensions, or standard implicit search.

    Definition Classes
    LowPriorityExtensionLazyExtension
  10. def deriveLowPriority(state: LazyExtension.Ctx.State, extState: ThisState, update: (LazyExtension.Ctx.State, ThisState) ⇒ LazyExtension.Ctx.State)(wrappedTpe: scala.reflect.macros.Universe.Type, innerTpe: scala.reflect.macros.Universe.Type, ignoring: String): (LazyExtension.Ctx.State, LazyExtension.Ctx.Instance)

    Permalink
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  16. def id: String

    Permalink

    Uniquely identifies a LazyExtension.

    Uniquely identifies a LazyExtension. Only one extension with a given id is taken into account, during a Lazy / Strict implicit search.

    Definition Classes
    LowPriorityExtensionLazyExtension
  17. def ignoringTpe: scala.reflect.macros.Universe.Type

    Permalink
    Definition Classes
    LowPriorityTypes
  18. def initialState: ThisState

    Permalink

    Initial state of this extension, upon initialization.

    Initial state of this extension, upon initialization.

    Definition Classes
    LowPriorityExtensionLazyExtension
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. def lowPriorityTpe: scala.reflect.macros.Universe.Type

    Permalink
    Definition Classes
    LowPriorityTypes
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  25. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  26. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from LowPriorityTypes

Inherited from LazyExtension

Inherited from AnyRef

Inherited from Any

Ungrouped