Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduces fun Screen.deepMap(Screen): Screen #1092

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Commits on Nov 15, 2023

  1. Introduces fun Screen.deepMap(Screen): Screen

    Introduces and uses `Screen`-specific subtypes of the `Container` and `Wrapper` interfaces. This allows the inroduction of `Screen.deepMap()`, which allows us to apply a transformation to the "real" `Screen`s collected in a `Container`, no matter how deeply wrapped they are.
    rjrjr committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    adfea02 View commit details
    Browse the repository at this point in the history
  2. Apply changes from ktLintFormat

    Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    rjrjr authored and github-actions[bot] committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    30be037 View commit details
    Browse the repository at this point in the history