Packages

p

com.avsystem.commons

derivation

package derivation

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait AllowImplicitMacro[T] extends AnyRef

    Marker type used internally by automatic type class derivation macros.

    Marker type used internally by automatic type class derivation macros. Used to inform the compiler and macro engine that automatic derivation of particular type class is allowed in some context.

  2. trait DeferredInstance[T] extends AnyRef
  3. trait Materialized extends AnyRef

    Marker trait for macro-materialized typeclass instances.

    Marker trait for macro-materialized typeclass instances. Also may serve to prioritize macro-generated instance over some other implicit.

Value Members

  1. object AllowImplicitMacro

Ungrouped