Props

vulcan.Props
See theProps companion class
object Props

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Props.type

Members list

Value members

Concrete methods

final def one[A](name: String, value: A)(implicit 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.

Attributes

Concrete fields

final val empty: Props

The Props instance without any properties.

The Props instance without any properties.

Attributes

Implicits

Implicits

final implicit val propsShow: Show[Props]