given_QuicklensFunctor_Option

com.softwaremill.quicklens.package$.QuicklensFunctor$.given_QuicklensFunctor_Option$

Attributes

Graph
Supertypes
trait QuicklensFunctor[Option]
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def map[A](fa: Option[A], f: A => A): Option[A]

Inherited methods

def each[A](fa: Option[A], f: A => A): F[A]

Attributes

Inherited from:
QuicklensFunctor
def eachWhere[A](fa: Option[A], f: A => A, cond: A => Boolean): F[A]

Attributes

Inherited from:
QuicklensFunctor