SetterSTAOptionB

final case class SetterSTAOptionB[S, T, A, B](setter: Setter_[S, T, A, Option[B]]) extends AnyVal
trait Product
trait Equals
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def setJust(s: S)(b: B): T

modify the focus type of a Setter_ using an Option

modify the focus type of a Setter_ using an Option

Inherited methods

Inherited from:
Product