- Companion:
- class
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.
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.
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.
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.
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.