Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/evolution-gaming/nel
- Owner: evolution-gaming
- License: mit
- Created: 2017-09-29T13:59:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-18T11:16:35.000Z (6 months ago)
- Last Synced: 2024-07-18T13:59:20.930Z (6 months ago)
- Topics: nel, scala
- Language: Scala
- Size: 26.4 KB
- Stars: 1
- Watchers: 12
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
```