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.3


Group ID:
com.mchange
Artifact ID:
failable_2.12
Version:
0.0.3
Release Date:
Apr 6, 2019
Licenses:
Files:

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

Mill build tool

ivy"com.mchange::failable:0.0.3"

Scala CLI

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

Ammonite REPL

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

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

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