We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f10be6 commit abbe8f3Copy full SHA for abbe8f3
core/src/main/scala/sttp/shared/package.scala
@@ -1,5 +1,9 @@
1
package sttp
2
3
package object shared {
4
+
5
+ /** The `Identity` type constructor can be used where an "effect" or wrapper (usually called `F[_]`) is expected. It
6
+ * represents direct-style / synchronous programming, and allows passing in code written in this style.
7
+ */
8
type Identity[X] = X
9
}
0 commit comments