PartiallyAppliedDecoderBuilder

smithy4s.codecs.Decoder.PartiallyAppliedDecoderBuilder
final class PartiallyAppliedDecoderBuilder[In](dummy: Boolean) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def liftPolyFunction[F[_], G[_]](fk: PolyFunction[F, G]): PolyFunction[[_] =>> Decoder[F, In, _$8], [_] =>> Decoder[G, In, _$9]]