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

doobie.util.package.scala Maven / Gradle / Ivy

There is a newer version: 1.0.0-RC6
Show newest version
// Copyright (c) 2013-2020 Rob Norris and Contributors
// This software is licensed under the MIT License (MIT).
// For more information see LICENSE or https://opensource.org/licenses/MIT

package doobie

/** Collection of modules for typeclasses and other helpful bits. */
package object util {

  val unlabeled: String = "unlabeled"

  private[util] def void(a: Any*): Unit = {
    val _ = a
  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy