Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Add default mappers #9

Open
Tammo0987 opened this issue Jun 29, 2023 · 0 comments
Open

Add default mappers #9

Tammo0987 opened this issue Jun 29, 2023 · 0 comments
Milestone

Comments

@Tammo0987
Copy link
Owner

Some default mappers should be created. So that the following types could be mapped automatically:

  • Iterable[F] => Iterable[T] (Collections and Maps)
  • Option[F] => Option[T] (probably the same as number one)
  • Either[L1, R1] => Either[L2, R2]

This issue needs more preparation.

@Tammo0987 Tammo0987 added this to the 1.0 Release milestone Jun 29, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant