NonNullableSetter

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

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

Implicits

Implicits

implicit def encodeNonNullableSetter[T](implicit encodeT: Encoder[T]): Encoder[NonNullableSetter[T]]