FunctorSyntax

org.specs2.fp.FunctorSyntax
See theFunctorSyntax companion trait
object FunctorSyntax extends FunctorSyntax

Attributes

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

Members list

Type members

Inherited classlikes

implicit class FunctorOps[F[_], A](fa: F[A])(implicit evidence$1: Functor[F])

Attributes

Inherited from:
FunctorSyntax
Supertypes
class Object
trait Matchable
class Any

Implicits

Inherited implicits

final implicit def FunctorOps[F[_] : Functor, A](fa: F[A]): FunctorOps[F, A]

Attributes

Inherited from:
FunctorSyntax