Functor

libretto.Functor
See theFunctor companion trait
object Functor

Attributes

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

Members list

Value members

Concrete methods

def apply[->[_, _], F[_]](using ev: Functor[->, F]): Functor[->, F]

Extensions

Extensions

extension [->[_, _], F[_], A, B](f: ->[A, F[B]])(using F: Functor[->, F])
def >-[C](g: ->[B, C]): A -> F[C]