TypeAnnotations

harness.deriving.TypeAnnotations$
See theTypeAnnotations companion trait

Attributes

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

Members list

Type members

Types

type Aux[Annotated, Annotation, Out0 <: Tuple] = TypeAnnotations[Annotated, Annotation] { type Out = Out0; }

Value members

Concrete methods

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

Givens

Givens

transparent inline given mkAnnotations[Annotated, Annotation]: TypeAnnotations[Annotated, Annotation]