Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/evolution-gaming/nel

Non Empty List
https://github.com/evolution-gaming/nel

nel scala

Last synced: about 1 month ago
JSON representation

Non Empty List

Awesome Lists containing this project

README

        

# Nel [![Build Status](https://travis-ci.org/evolution-gaming/nel.svg)](https://travis-ci.org/evolution-gaming/nel) [![Coverage Status](https://coveralls.io/repos/evolution-gaming/nel/badge.svg)](https://coveralls.io/r/evolution-gaming/nel) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/97f65df37dcd4941b409ab317eace38e)](https://www.codacy.com/app/evolution-gaming/nel?utm_source=github.com&utm_medium=referral&utm_content=evolution-gaming/nel&utm_campaign=Badge_Grade) [ ![version](https://api.bintray.com/packages/evolutiongaming/maven/nel/images/download.svg) ](https://bintray.com/evolutiongaming/maven/nel/_latestVersion) [![License: MIT](https://img.shields.io/badge/License-MIT-yellowgreen.svg)](https://opensource.org/licenses/MIT)

### Single class library with non empty list inside

```scala
import com.evolutiongaming.nel.Nel

scala> Nel(1, 2)
res0: com.evolutiongaming.nel.Nel[Int] = Nel(1, 2)
```

## Setup

```scala
resolvers += Resolver.bintrayRepo("evolutiongaming", "maven")

libraryDependencies += "com.evolutiongaming" %% "nel" % "1.3.4"
```