https://github.com/nthportal/extra-predef
An extra Predef for Scala
https://github.com/nthportal/extra-predef
scala scala-predef
Last synced: 3 months ago
JSON representation
An extra Predef for Scala
- Host: GitHub
- URL: https://github.com/nthportal/extra-predef
- Owner: NthPortal
- License: apache-2.0
- Created: 2017-01-21T09:28:45.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-09-24T13:04:51.000Z (9 months ago)
- Last Synced: 2024-11-24T20:39:28.879Z (7 months ago)
- Topics: scala, scala-predef
- Language: Scala
- Size: 245 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# extra-predef
[](https://travis-ci.org/NthPortal/extra-predef)
[](https://coveralls.io/github/NthPortal/extra-predef?branch=master)
[](https://mvnrepository.com/artifact/com.nthportal/extra-predef_2.13)
[](http://semver.org/spec/v2.0.0.html)
[](https://www.javadoc.io/doc/com.nthportal/extra-predef_2.13)An extra Predef for Scala.
## Add as a Dependency
### SBT
```scala
libraryDependencies += "com.nthportal" %% "extra-predef" % "2.1.0"
```## Usage
You can use the definitions in the extra Predef either by importing
`com.nthportal.extrapredef.ExtraPredef._` wherever needed/desired,
or by using the `scalac` option
`-Yimports:java.lang,scala,scala.Predef,com.nthportal.extrapredef.ExtraPredef`.