ApplyK

cats.tagless.ApplyK
See theApplyK companion trait
object ApplyK extends DerivedApplyK

Attributes

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

Members list

Type members

Classlikes

trait AllOps[Alg[_[_]], F[_]] extends Ops[Alg, F], AllOps[Alg, F], AllOps[Alg, F]

Attributes

Source
ApplyK.scala
Supertypes
trait AllOps[Alg, F]
trait AllOps[Alg, F]
trait Ops[Alg, F]
trait Ops[Alg, F]
trait AllOps[Alg, F]
trait Ops[Alg, F]
trait Ops[Alg, F]
class Object
trait Matchable
class Any
Show all
trait Ops[Alg[_[_]], F[_]]

Attributes

Source
ApplyK.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait AllOps[Alg, F]
trait ToApplyKOps

Attributes

Source
ApplyK.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait ApplyKSyntax
trait AllSyntax
object all
object applyK
object nonInheritedOps extends ToApplyKOps

Attributes

Source
ApplyK.scala
Supertypes
trait ToApplyKOps
class Object
trait Matchable
class Any
Self type
object ops

Attributes

Source
ApplyK.scala
Supertypes
class Object
trait Matchable
class Any
Self type
ops.type

Value members

Concrete methods

def apply[Alg[_[_]]](implicit instance: ApplyK[Alg]): ApplyK[Alg]

Attributes

Source
ApplyK.scala

Experimental methods

inline def derived[Alg[_[_]]]: ApplyK[Alg]

Attributes

Experimental
true
Inherited from:
DerivedApplyK
Source
DerivedApplyK.scala