ApplyK

com.tschuchort.hkd.ApplyK
See theApplyK companion trait
object ApplyK

Attributes

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

Members list

Value members

Concrete methods

inline def apply[D[_[_]]]: ApplyK[D]
inline def derived[D[_[_]]]: ApplyK[D]

Givens

Givens

given monoApplyK[X](using functorK: FunctorK[[F[_]] =>> F[X]]): monoApplyK[X]
given productApplyK[D[_[_]]](using functorK: FunctorK[D], pInst: ProductInstances[[D[_[_]]] =>> ApplyK[D], D]): productApplyK[D]