endpoints4s.sttp.client.EndpointsWithCustomErrors.Endpoint
case class Endpoint[A, B](request: () => A, response: Response[B]) extends A => R[B]
A function that, given an A, eventually attempts to decode the B response.
Attributes
-
Graph
-
-
Supertypes
-
trait Serializable
trait A => R[B]
class Object
trait Matchable
class Any
Show all
Members list
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
-
Returns
-
a string representation of the object.
-
Definition Classes
-
-
Inherited from:
-
Function1