zio.http.api.Endpoints$.Concat
final case class Concat[-R, +E, Ids1, Ids2](left: Endpoints[R, E, Ids1], right: Endpoints[R, E, Ids2]) extends Endpoints[R, E, Ids1 & Ids2] Attributes
- Graph
- Supertypes
trait Serializable
class Object
trait Matchable
class Any
Members list
Concise view
Value members
Combines this service and the specified service into a single service,
which contains all endpoints and their associated handlers.
Combines this service and the specified service into a single service,
which contains all endpoints and their associated handlers.
Attributes
- Inherited from:
- Endpoints