Hinted

object Hinted
Companion
class
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Value members

Concrete methods

def liftK[F[_], G[_]](polyFunction: PolyFunction[F, G]): PolyFunction[[_] =>> Hinted[F, _$6], [_] =>> Hinted[G, _$7]]
def static[F[_], A](fa: F[A]): Hinted[F, A]
def wrapK[F[_], G[_]](polyFunction: PolyFunction[F, [_] =>> Wrapped[F, G, _$12]]): PolyFunction[[_] =>> Hinted[F, _$13], [_] =>> Wrapped[[_] =>> Hinted[F, _$14], G, _$15]]