https://github.com/evolution-gaming/nel
Non Empty List
https://github.com/evolution-gaming/nel
nel scala
Last synced: about 1 year 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 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-18T11:16:35.000Z (almost 2 years ago)
- Last Synced: 2025-01-27T19:54:10.204Z (over 1 year ago)
- Topics: nel, scala
- Language: Scala
- Size: 26.4 KB
- Stars: 1
- Watchers: 13
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nel [](https://travis-ci.org/evolution-gaming/nel) [](https://coveralls.io/r/evolution-gaming/nel) [](https://www.codacy.com/app/evolution-gaming/nel?utm_source=github.com&utm_medium=referral&utm_content=evolution-gaming/nel&utm_campaign=Badge_Grade) [  ](https://bintray.com/evolutiongaming/maven/nel/_latestVersion) [](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"
```