Setter

zio.http.Flash.Setter
sealed trait Setter[A]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Setter[A]

Members list

Value members

Concrete methods

final def ++[B](that: => Setter[B]): Setter[(A, B)]

Combines setting this flash value with another setter that.

Combines setting this flash value with another setter that.

Attributes