Comonad

cats.Comonad$
See theComonad companion trait
object Comonad

Attributes

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

Members list

Type members

Classlikes

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

Attributes

Source
Comonad.scala
Supertypes
trait AllOps[F, A]
trait AllOps[F, A]
trait AllOps[F, A]
trait Ops[F, A]
trait Ops[F, A]
trait Ops[F, A]
trait Ops[F, A]
trait Serializable
class Object
trait Matchable
class Any
Show all
Known subtypes
trait AllOps[F, A]
trait Ops[F[_], A] extends Serializable

Attributes

Source
Comonad.scala
Supertypes
trait Serializable
class Object
trait Matchable
class Any
Known subtypes
trait AllOps[F, A]
trait AllOps[F, A]
trait ToComonadOps extends Serializable

Attributes

Source
Comonad.scala
Supertypes
trait Serializable
class Object
trait Matchable
class Any
Known subtypes
trait AllSyntax
object all.type
object implicits.type
object comonad.type
object nonInheritedOps.type
Show all

Deprecated classlikes

object nonInheritedOps extends ToComonadOps

Attributes

Deprecated
true
Source
Comonad.scala
Supertypes
trait ToComonadOps
trait Serializable
class Object
trait Matchable
class Any
Self type
object ops

Attributes

Deprecated
true
Source
Comonad.scala
Supertypes
class Object
trait Matchable
class Any
Self type
ops.type

Value members

Concrete methods

def apply[F[_]](implicit instance: Comonad[F]): Comonad[F]

Summon an instance of Comonad for F.

Summon an instance of Comonad for F.

Attributes

Source
Comonad.scala