Applicative

uk.gov.hmrc.play.bootstrap.binders.Applicative
trait Applicative[T[_]]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def map[K, V](t: T[K])(fn: K => V): T[V]
def product[A, B](fa: T[A], fb: T[B]): T[(A, B)]