package sample
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- sample
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- case class Address(line1: String, line2: String) extends Product with Serializable
- class BillboardSetup[M[_], J, Wrapper[_, _], Fail] extends PromotionServiceNames with MicroserviceBuilder[M, Fail] with MicroserviceComposers[M]
- type EnrichMostPopularService[M[_]] = (Unit) ⇒ M[EnrichedMostPopular]
- type EnrichPromotionService[M[_]] = (Unit) ⇒ M[List[EnrichedPromotion]]
- class FnordSetup[M[_], J, Wrapper[_, _], Fail] extends PromotionServiceNames with MicroserviceBuilder[M, Fail] with MicroserviceComposers[M]
- type MostPopularService[M[_]] = (Unit) ⇒ M[MostPopular]
- case class Person(name: String, address: Address) extends Product with Serializable
- type ProductionService[M[_]] = (ProductionId) ⇒ M[Production]
- type ProgrammeService[M[_]] = (ProgrammeId) ⇒ M[Programme]
- type PromotionService[M[_]] = (Unit) ⇒ M[List[Promotion]]
- trait PromotionServiceNames extends AnyRef
- class PromotionSetup[M[_], Fail, J] extends PromotionServiceNames with MicroserviceBuilder[M, Fail] with MicroserviceComposers[M] with EnrichLanguage[M] with MergeLanguage[M]
- type Service[M[_], Req, Res] = (Req) ⇒ M[Res]
- class VogueSetup[M[_], Wrapper[_, _], Fail] extends PromotionServiceNames with MicroserviceBuilder[M, Fail] with MicroserviceComposers[M]