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

Add foldF, cataF and emptyflatTap to OptionT #3335

Merged
merged 9 commits into from
May 13, 2020

Commits on Feb 29, 2020

  1. Add foldF, cataF and emptyflatMap to OptionT

    Yannick Heiber committed Feb 29, 2020
    Configuration menu
    Copy the full SHA
    12551ca View commit details
    Browse the repository at this point in the history
  2. Make emptyflatTap more tolerant on type

    Yannick Heiber committed Feb 29, 2020
    Configuration menu
    Copy the full SHA
    a48ed5a View commit details
    Browse the repository at this point in the history
  3. Rename emptyflatTap to flatTapNone, fix docs

    Yannick Heiber committed Feb 29, 2020
    Configuration menu
    Copy the full SHA
    69c0f01 View commit details
    Browse the repository at this point in the history
  4. Add tests for new OptionT methods

    Yannick Heiber committed Feb 29, 2020
    Configuration menu
    Copy the full SHA
    3dfd6bb View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2020

  1. Add OptionT.semiflatTap

    ybasket committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    6fa9007 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2020

  1. Merge branch 'master' into more-utils-for-optiont

    # Conflicts:
    #	tests/src/test/scala/cats/tests/OptionTSuite.scala
    ybasket committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    ff699db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5d0419 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2020

  1. Merge remote-tracking branch 'upstream/master' into more-utils-for-op…

    …tiont
    
    # Conflicts:
    #	tests/src/test/scala/cats/tests/OptionTSuite.scala
    Yannick Heiber committed Apr 11, 2020
    Configuration menu
    Copy the full SHA
    e3f83ab View commit details
    Browse the repository at this point in the history
  2. Rename OptionT.flatTapNone's argument for clarity

    Yannick Heiber committed Apr 11, 2020
    Configuration menu
    Copy the full SHA
    468e4f7 View commit details
    Browse the repository at this point in the history