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

doobieroll.ImplTypes.scala Maven / Gradle / Ivy

There is a newer version: 0.3.2
Show newest version
package doobieroll

private[doobieroll] object ImplTypes {
  type LazyMap[K, +V] = scala.collection.MapView[K, V]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy