c

play.api.libs.functional

ApplicativeOps

class ApplicativeOps[M[_], A] extends AnyRef

Source
Applicative.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ApplicativeOps
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ApplicativeOps(ma: M[A])(implicit a: Applicative[M])

Value Members

  1. def <~[B](mb: M[B]): M[A]
  2. def <~>[B, C](mb: M[B])(implicit witness: <:<[A, (B) => C]): M[C]
  3. def andKeep[B](mb: M[B]): M[B]
  4. def apply[B, C](mb: M[B])(implicit witness: <:<[A, (B) => C]): M[C]
  5. def keepAnd[B](mb: M[B]): M[A]
  6. def ~>[B](mb: M[B]): M[B]