StateSetterOps

@deprecated("no replacement", since = "3.0.0-M1") final class StateSetterOps[S, T, A, B](setter: PSetter[S, T, A, B]) extends AnyVal
Deprecated
[Since version 3.0.0-M1]
Source
StateSetterSyntax.scala
class AnyVal
trait Matchable
class Any

Value members

Deprecated methods

@deprecated("no replacement", since = "3.0.0-M1")
def assign_(b: B): IndexedStateT[[A] =>> Eval[A], S, T, Unit]

set the value referenced through the setter

set the value referenced through the setter

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

modify the value referenced through the setter

modify the value referenced through the setter

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