swaldman / failable   0.0.6

GitHub

A generalization of Try and Either as a rich monadic(ish) library for informatively failable operations.

Scala versions: 3.x 2.13 2.12 2.11 2.10

failable 0.0.5


Group ID:
com.mchange
Artifact ID:
failable_2.12
Version:
0.0.5
Release Date:
Jan 19, 2020
Licenses:
Files:

libraryDependencies += "com.mchange" %% "failable" % "0.0.5"

Mill build tool

ivy"com.mchange::failable:0.0.5"

Scala CLI

//> using dep "com.mchange::failable:0.0.5"

Ammonite REPL

import $ivy.`com.mchange::failable:0.0.5`

<dependency>
  <groupId>com.mchange</groupId>
  <artifactId>failable_2.12</artifactId>
  <version>0.0.5</version>
</dependency>

compile group: 'com.mchange', name: 'failable_2.12', version: '0.0.5'