Apply

trait Apply[F <: ([_$9] =>> Any)] extends Functor[F]
trait Functor[F]
class Object
trait Matchable
class Any
trait AppTraverse[F]
trait Applicative[F]

Extensions

Extensions

extension (fa: F[A])
def map2[A, B, C](fb: F[B])(f: (A, B) => C): F[C]

Inherited extensions

extension (fa: F[A])
def widen[A, B](using A <:< B): F[B]
Inhertied from
Functor
def map[A, B](f: A => B): F[B]
Inhertied from
Functor