given_QuicklensFunctor_Optional

com.coralogix.zio.k8s.quicklens.package$.given_QuicklensFunctor_Optional$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

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

Inherited methods

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

Attributes

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

Attributes

Inherited from:
QuicklensFunctor