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