Props

object Props
Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

final def one[A](name: String, value: A)(codec: Codec[A]): Props

Returns a new Props instance including a property with the specified name and value.

Returns a new Props instance including a property with the specified name and value.

The value is encoded using the Codec.

Concrete fields

final val empty: Props

The Props instance without any properties.

The Props instance without any properties.

Implicits

Implicits

final implicit val propsShow: Show[Props]