t

play.api.libs.functional

DeprecatedApplicative

sealed trait DeprecatedApplicative[M[_]] extends AnyRef

Self Type
Applicative[M]
Source
Applicative.scala
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DeprecatedApplicative
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Deprecated Value Members

  1. def pure[A](value: A): M[A]
    Annotations
    @deprecated
    Deprecated

    (Since version 2.7.0) Use pure with f:=>A parameter