MonocleModifier

trait MonocleModifier[O[_, _, _, _]]

Provide access to the modify function on any compatible optic.

Provide access to the modify function on any compatible optic.

Type Params
O

The optic type.

Companion
object
class Object
trait Matchable
class Any
object LensM
object SetterM
object OptionalM
object IsoM
object PrismM
object TraversalM

Value members

Abstract methods

def modify[S, T, A, B](l: O[S, T, A, B]): A => B => S => T