Fmap

gql.std.FreeApply$.Fmap
final case class Fmap[F[_], A, B](fa: FreeApply[F, A], f: A => B) extends FreeApply[F, B]

Attributes

Source
FreeApply.scala
Graph
Supertypes
class FreeApply[F, B]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def analyze[M : Semigroup](fk: FunctionK[F, [α] =>> M]): M

Attributes

Inherited from:
FreeApply
Source
FreeApply.scala
def analyze_[M : Semigroup](fold: F[Any] => M): M

Attributes

Inherited from:
FreeApply
Source
FreeApply.scala
def enumerate: Type[F[Any]]

Attributes

Inherited from:
FreeApply
Source
FreeApply.scala
def foldMap[G[_], B >: B](fk: FunctionK[F, G])(implicit G: Apply[G]): G[B]

Attributes

Inherited from:
FreeApply
Source
FreeApply.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product