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

sttp.shared.package.scala Maven / Gradle / Ivy

There is a newer version: 1.3.22
Show newest version
package sttp

package object shared {

  /** The `Identity` type constructor can be used where an "effect" or wrapper (usually called `F[_]`) is expected. It
    * represents direct-style / synchronous programming, and allows passing in code written in this style.
    */
  type Identity[X] = X
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy