Decoder

object Decoder
Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def fromEither[R](decoderF: (Record, String) => Either[Throwable, R]): Decoder[R]
def instance[R](decoderF: (Record, String) => R): Decoder[R]

Concrete fields

final lazy
val Decoder_Double: Decoder[Double]
final lazy
final lazy
final lazy
val Decoder_String: Decoder[String]

Givens

Givens