stacycurl / pimpathon   1.9.3

Apache License 2.0 GitHub

Adds useful methods to scala & java classes.

Scala versions: 2.12 2.11 2.10

Pimpathon

Build Status Release Artifacts Maven Central

Pimpathon is a library that extends Scala & Java classes with 'extension methods' via the Pimp my Library pattern.

Pimpathon contains pimps for classes in core scala & java libraries and pimps for external libraries. To avoid name clash the pimps for core classes are called XPimps (ListPimps, etc.) and those for external libraries are called XFrills (ListFrills, etc.)

Using Pimpathon

Release artefacts are published to Sonatype and are built using Github Actions.

To include the repositories in your SBT build you should add:

resolvers += Resolver.sonatypeRepo("releases")

To include pimpathon as a dependency you should add:

libraryDependencies += "com.github.stacycurl" %% "pimpathon" % "1.8.27" intransitive()

'intransitive' means that even though pimpathon pimps a few third party libraries it won't force you to depend on them, you'll only get pimps for types in libraries you already depend on.

Builds are available for Scala 2.11.7 & 2.12.12

Documentation

Contributors