Attributes
- Companion:
- class
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- ConfigDecoder.type
Members list
Value members
Concrete methods
Returns a new ConfigDecoder for the specified type without performing any kind of decoding. Alias for the ConfigDecoder.identity function.
Returns a new ConfigDecoder for the specified type without performing any kind of decoding. Alias for the ConfigDecoder.identity function.
Attributes
Returns a ConfigDecoder instance between the two specified types if an instance is available.
Returns a ConfigDecoder instance between the two specified types if an instance is available.
Attributes
Returns a new ConfigDecoder for the specified type without performing any kind of decoding.
Returns a new ConfigDecoder for the specified type without performing any kind of decoding.
Attributes
Returns a new ConfigDecoder which decodes values using the specified function, with access to the key.
Returns a new ConfigDecoder which decodes values using the specified function, with access to the key.
If the decode function does not need access to the key, then we can use ConfigDecoder.lift instead.
Attributes
Returns a new ConfigDecoder which decodes values using the specified function.
Returns a new ConfigDecoder which decodes values using the specified function.
If the decode function needs access to the key, then we can use ConfigDecoder.instance instead.