sttp.shared

package sttp.shared

Members list

Type members

Types

type Identity[X] = X

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.

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.

Attributes