FunctionMirror

io.github.arainko.ducktape.function.FunctionMirror$
See theFunctionMirror companion trait
object FunctionMirror extends FunctionMirror[Any => Any]

Attributes

Companion:
trait
Source:
FunctionMirror.scala
Graph
Supertypes
trait Sum
trait Mirror
trait FunctionMirror[Any => Any]
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Types

type Aux[F, R] = FunctionMirror[F] { type Return = R; }

Attributes

Source:
FunctionMirror.scala
override type Return = Any

Attributes

Source:
FunctionMirror.scala

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source:
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source:
Mirror.scala

Givens

Givens

transparent inline given given_FunctionMirror_F[F]: FunctionMirror[F]

Attributes

Source:
FunctionMirror.scala