EndpointAndClientBuilder

oxygen.http.server.EndpointAndClientBuilder
See theEndpointAndClientBuilder companion class

Attributes

Companion
class
Experimental
true
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

final class PartiallyApplied[-R, +E, A, A2](builder: EndpointAndClientBuilder[R, E, A])(using evidence$1: Tag[A2], de: DeriveEndpoints[A2], dc: DeriveClient[A2])

Attributes

Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

def layer[R, E, A : Tag](f: EndpointAndClientBuilder[Any, Nothing, Any] => EndpointAndClientBuilder[R, E, A]): ZLayer[R & Client, E, Endpoints & A]