PartiallyApplied

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

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def apply[R2 <: R : HasNoScope, E2 >: E](addLayer: ZLayer[R2, E2, A2]): EndpointAndClientBuilder[R2, E2, A & A2]