Decoder

smithy4s.codecs.Decoder
See theDecoder companion trait
object Decoder

Attributes

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

Members list

Type members

Classlikes

final class PartiallyAppliedDecoderBuilder[In](dummy: Boolean) extends AnyVal

Attributes

Supertypes
class AnyVal
trait Matchable
class Any
final class PartiallyAppliedDecoderBuilderF[F[_]](dummy: Boolean) extends AnyVal

Attributes

Supertypes
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def lift[F[_], In, A](f: In => F[A]): Decoder[F, In, A]
def static[F[_], A](fa: F[A]): Decoder[F, Any, A]

Implicits

Implicits

implicit def decoderZipper[F[_] : Zipper, In]: Zipper[[_] =>> Decoder[F, In, _$19]]