Skip to content

NthPortal/extra-predef

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

extra-predef

Build Status Coverage Status Maven Central Versioning Docs

An extra Predef for Scala.

Add as a Dependency

SBT

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.