All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scales.utils.impl.ScalesUtilsImplicits.scala Maven / Gradle / Ivy

The newest version!
package scales.utils.impl

import scales.utils.{collection, iteratee}

/**
 * Allows the user to extend a user package object with the [[scales.utils]] implicits.
 */ 
trait ScalesUtilsImplicits extends collection.path.PathImplicits 
  with iteratee.IterateeImplicits 
  with collection.IterableUtilsImplicits {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy