Packages

p

h8io.cfg.schema

properties

package properties

Type Members

  1. final case class MandatoryProperty[+T](name: String)(implicit decoder: Decoder[T]) extends Property[T] with Product with Serializable
  2. final case class OptionalProperty[+T](name: String)(implicit evidence$1: Decoder[T]) extends Property[Option[T]] with Product with Serializable

Ungrouped