MonocleSetter

trait MonocleSetter[O[_, _, _, _]]

Provide access to the set function on any compatible optic.

Provide access to the set function on any compatible optic.

Type Params
O

The optic type.

Companion
object
class Object
trait Matchable
class Any
object LensS
object SetterS
object OptionalS
object IsoS
object PrismS
object TraversalS

Value members

Abstract methods

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