Setter

object Setter
Companion
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Value members

Concrete methods

@SuppressWarnings(scala.Array.apply[java.lang.String]("org.wartremover.warts.Null", "scalafix:DisableSyntax.null")(scala.reflect.ClassTag.apply[java.lang.String](classOf[java.lang.String])))
def fromAny[T](optionValue: T): Option[Setter[T]]
@SuppressWarnings(scala.Array.apply[java.lang.String]("org.wartremover.warts.Null", "scalafix:DisableSyntax.null")(scala.reflect.ClassTag.apply[java.lang.String](classOf[java.lang.String])))
def fromOption[T](option: Option[T]): Option[Setter[T]]

Implicits

Implicits

implicit def encodeSetter[T](implicit encodeT: Encoder[T]): Encoder[Setter[T]]