Applicative

play.api.libs.functional.Applicative
See theApplicative companion object
trait Applicative[M[_]] extends DeprecatedApplicative[M]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def apply[A, B](mf: M[A => B], ma: M[A]): M[B]
def map[A, B](m: M[A], f: A => B): M[B]
def pure[A](f: => A): M[A]

Deprecated and Inherited methods

def pure[A](value: A): M[A]

Attributes

Deprecated
true
Inherited from:
DeprecatedApplicative