ApplicativeOf

destructured.cats.ApplicativeOf
trait ApplicativeOf[FT]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def ap[A, B](ff: Option[A => B])(fa: Option[A]): Ret[FT, B]
def pure[A](x: A): Ret[FT, A]