SproutMetas

Since

24 Sep 2019

class Object
trait Matchable
class Any

Value members

Concrete methods

def jsonMeta[A](implicit codec: Codec[A]): Meta[A]

Implicits

Implicits

implicit def pureharmSproutMetaOps[O](m: Meta[O]): PureharmMetaOps[O]
final implicit def pureharmSproutNewTypeMeta[Underlying, New](implicit newType: NewType[Underlying, New], meta: Meta[Underlying]): Meta[New]
final implicit def pureharmSproutOldTypePut[Underlying, New](implicit oldType: OldType[Underlying, New], get: Put[Underlying]): Put[New]
final implicit def pureharmSproutRefinedTypeGet[Old, New, Err](implicit evidence$1: TypeName[Old], evidence$2: TypeName[New], refined: RefinedType[Old, New, Err], get: Get[Old], showErr: Show[Err], showUnder: Show[Old]): Get[New]