FieldAnnotations

harness.deriving.FieldAnnotations$
See theFieldAnnotations companion trait

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Types

type Aux[Annotated, Annotation, _Out <: Tuple] = FieldAnnotations[Annotated, Annotation] { type Out = _Out; }

Value members

Concrete methods

def apply[Annotated, Annotation](implicit annotations: FieldAnnotations[Annotated, Annotation]): Aux[Annotated, Annotation, Out]
def make[Annotated, Annotation, _Out <: Tuple](_annotations: _Out): Aux[Annotated, Annotation, _Out]
inline def mkAnnotations[Annotated, Annotation]: FieldAnnotations[Annotated, Annotation]

Givens

Givens

inline given given_FieldAnnotations_Annotated_Annotation[Annotated, Annotation]: FieldAnnotations[Annotated, Annotation]