{"id":15991892,"url":"https://github.com/janstenpickle/uscala-cats","last_synced_at":"2026-04-26T06:30:17.681Z","repository":{"id":147239524,"uuid":"63136740","full_name":"janstenpickle/uscala-cats","owner":"janstenpickle","description":"Cats based extensions for uscala microlib","archived":false,"fork":false,"pushed_at":"2016-07-13T13:50:43.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-01T22:43:35.136Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Scala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/janstenpickle.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-07-12T07:33:15.000Z","updated_at":"2016-07-13T12:42:09.000Z","dependencies_parsed_at":"2024-04-14T20:02:21.708Z","dependency_job_id":null,"html_url":"https://github.com/janstenpickle/uscala-cats","commit_stats":{"total_commits":1,"total_committers":1,"mean_commits":1.0,"dds":0.0,"last_synced_commit":"3f86ea85eea707d3fa30229ce8050deddf0d7c65"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janstenpickle%2Fuscala-cats","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janstenpickle%2Fuscala-cats/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janstenpickle%2Fuscala-cats/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janstenpickle%2Fuscala-cats/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/janstenpickle","download_url":"https://codeload.github.com/janstenpickle/uscala-cats/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240055898,"owners_count":19741030,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-08T06:03:42.437Z","updated_at":"2026-04-26T06:30:17.640Z","avatar_url":"https://github.com/janstenpickle.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [Cats](https://github.com/typelevel/cats) extensions for [uscala](https://github.com/albertpastrana/uscala)\n\n[![Build Status](https://travis-ci.org/janstenpickle/uscala-cats.svg?branch=master)](https://travis-ci.org/janstenpickle/uscala-cats)\n\nThis currently has just one module:\n\n|Name|Description|Download|\n|---|---|---|\n|**Result** | Provides `ResultsNel` type and a Cats Applicative instance for `Result` | [![Download](https://api.bintray.com/packages/janstenpickle/maven/uscala-cats-result/images/download.svg)](https://bintray.com/janstenpickle/maven/uscala-cats-result/_latestVersion) |\n\n\n## Install with SBT\nAdd the following to your sbt `project/plugins.sbt` file:\n```scala\naddSbtPlugin(\"me.lessis\" % \"bintray-sbt\" % \"0.3.0\")\n```\nThen add the following to your `build.sbt`\n```scala\nresolvers += Resolver.bintrayRepo(\"janstenpickle\", \"maven\")\nlibraryDependencies += \"uscala-cats\" %% \"uscala-cats-result\" % \"0.1.0\"\n\n## Usage\n\nThis library allows usage of the cats scream operator (`|@|`) on the uscala Result type.\n\n```scala\nimport cats.std.all._\nimport cats.syntax.cartesian._\nimport uscala.cats.result.applicative._\nimport uscala.cats.syntax.result._\n\nobject Example {\n  \n  val result = \n    (ResultNel.ok[String, String](\"test1\") |@|\n     ResultNel.fail[String, String](\"test2\") |@|\n     Result.fail[String, String](\"test3\").toResultNel).map(_ + _ + _) // = Fail(NonEmptyList(\"test2\", \"test3\"))\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjanstenpickle%2Fuscala-cats","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjanstenpickle%2Fuscala-cats","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjanstenpickle%2Fuscala-cats/lists"}