Skip to content

use ubiquitous language in cffu #329

@linzee1

Description

@linzee1

Maybe it is better to use ubiquitous language similar to other functional libs.

  thenApply -> map
  thenCompose -> flatMap
  batch ops:
  anySuccessOf -> race
  thenMApplyFailFastAsync -> parMap
  allResultsFailFastOf -> sequence
  original data + Func<Data, CF<Result>> + allResultsFailFastOf -> traverse
  map to tuple -> parZip
  handle multiple errors -> parMapOrAccumulate

kotlin arrow

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions