StateSetterOps

monocle.state.StateSetterOps
final class StateSetterOps[S, T, A, B](setter: PSetter[S, T, A, B]) extends AnyVal

Attributes

Deprecated
[Since version 3.0.0-M1]
Source:
StateSetterSyntax.scala
Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Concise view

Value members

Deprecated methods

def assign_(b: B): IndexedStateT[Eval, S, T, Unit]

set the value referenced through the setter

set the value referenced through the setter

Attributes

Deprecated
[Since version 3.0.0-M1]
Source:
StateSetterSyntax.scala
def mod_(f: A => B): IndexedStateT[Eval, S, T, Unit]

modify the value referenced through the setter

modify the value referenced through the setter

Attributes

Deprecated
[Since version 3.0.0-M1]
Source:
StateSetterSyntax.scala