functor

cats.syntax.package$.functor$
object functor extends FunctorSyntax

Attributes

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

Members list

Implicits

Inherited implicits

final implicit def catsSyntaxFunctorTuple2Ops[F[_], A, B](fab: F[(A, B)]): FunctorTuple2Ops[F, A, B]

Attributes

Inherited from:
FunctorSyntax
Source
functor.scala
final implicit def catsSyntaxIfF[F[_]](fa: F[Boolean]): IfFOps[F]

Attributes

Inherited from:
FunctorSyntax
Source
functor.scala
implicit def toFunctorOps[F[_], A](target: F[A])(implicit tc: Functor[F]): Ops[F, A] { type TypeClassType = Functor[F]; }

Attributes

Inherited from:
ToFunctorOps
Source
Functor.scala