neotype.zioconfig

Members list

Givens

Givens

given simpleNewtype[A, B](using newtype: WithType[A, B], config: DeriveConfig[A], ev: IsSimpleType[newtype.type]): DeriveConfig[B]
given simpleSubtype[A, B <: A](using subtype: WithType[A, B], config: DeriveConfig[A], ev: IsSimpleType[subtype.type]): DeriveConfig[B]
given validatedNewtype[A, B](using newtype: WithType[A, B], config: DeriveConfig[A], ev: IsValidatedType[newtype.type]): DeriveConfig[B]
given validatedSubtype[A, B <: A](using subtype: WithType[A, B], config: DeriveConfig[A], ev: IsValidatedType[subtype.type]): DeriveConfig[B]