Endpoints

object Endpoints
Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

final case class Concat[-R, +E, Ids1, Ids2](left: Endpoints[R, E, Ids1], right: Endpoints[R, E, Ids2]) extends Endpoints[R, E, Ids1 & Ids2]
final case class HandledEndpoint[-R, +E, In0, Out0, Id](endpointSpec: EndpointSpec[In0, Out0], handler: In0 => ZIO[R, E, Out0]) extends Endpoints[R, E, Id]

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

def flatten[R, E](service: Endpoints[R, E, _]): Chunk[HandledEndpoint[R, E, _, _, _]]