SproutMetas
trait SproutMetas
- Since
24 Sep 2019
Value members
Concrete methods
Implicits
Implicits
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]