compose

cats.syntax.`package`.compose
object compose extends ComposeSyntax

Attributes

Source
package.scala
Graph
Supertypes
trait ToComposeOps
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
compose.type

Members list

Implicits

Inherited implicits

implicit def toComposeOps[F[_, _], A, B](target: F[A, B])(implicit tc: Compose[F]): Ops[F, A, B] { type TypeClassType = Compose[F]; }

Attributes

Inherited from:
ToComposeOps
Source
Compose.scala