sealed trait DeprecatedApplicative[M[_]] extends AnyRef
- Self Type
- Applicative[M]
- Source
- Applicative.scala
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- DeprecatedApplicative
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Deprecated Value Members
- def pure[A](value: A): M[A]
- Annotations
- @deprecated
- Deprecated
(Since version 2.7.0) Use
pure
withf:=>A
parameter