map

dev.constructive.eo.data.ModifyF.map
object map extends ForgetfulFunctor[ModifyF]

ForgetfulFunctor[ModifyF] — maps the continuation through f, leaving the source unchanged. Unlocks .modify / .replace on Modify-carrier optics.

Attributes

Source
ModifyF.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
map.type

Members list

Value members

Concrete methods

def map[X, B, C](fa: ModifyF[X, B], f: B => C): ModifyF[X, C]

Attributes

Source
ModifyF.scala