Functor

ostrat.Functor
See theFunctor companion trait
object Functor

Companion object for the Functor type class, contains implicit instances.

Attributes

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

Members list

Givens

Givens

given eitherEv[L]: Functor[{ type λ = [α] =>> Either[L, α]; }#<none>]
given errBiEv[E <: Throwable]: Functor[{ type λ = [α] =>> ErrBi[E, α]; }#<none>]
given listEv: Functor[List]
given someEv: Functor[Some]