object DirectiveHandlerMacros

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

Type Members

  1. sealed abstract class HListDirectiveHandlerBuilder[L <: HList, -D <: HList, -N <: HList] extends AnyRef

Value Members

  1. implicit def generic[T, R <: HList, D <: HList, N <: HList](implicit lowPriority: LowPriority, gen: Aux[T, R], groupName: Annotation[DirectiveGroupName, T], description: Annotation[DirectiveDescription, T], prefix: AnnotationOption[DirectivePrefix, T], usage: Annotation[DirectiveUsage, T], examples: Annotation[DirectiveExamples, T], tags: AnnotationOption[DirectiveTag, T], defaults: Aux[T, D], names: Aux[DirectiveName, T, N], hlistHandler: HListDirectiveHandlerBuilder[R, D, N]): DirectiveHandler[T]
  2. object HListDirectiveHandlerBuilder