Applicative

org.specs2.fp.Applicative$
See theApplicative companion trait
object Applicative

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply[F[_]](implicit F: Applicative[F]): Applicative[F]

Implicits

Implicits

implicit def eitherApplicative[L]: Applicative[[_] =>> Either[L, _$97]]
implicit def futureApplicative(implicit ec: ExecutionContext): Applicative[Future]
implicit def optionApplicative[L]: Applicative[Option]