Packages

p

one.xingyi

sample

package sample

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. sample
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Package Members

  1. package domain

Type Members

  1. case class Address(line1: String, line2: String) extends Product with Serializable
  2. class BillboardSetup[M[_], J, Wrapper[_, _], Fail] extends PromotionServiceNames with MicroserviceBuilder[M, Fail] with MicroserviceComposers[M]
  3. type EnrichMostPopularService[M[_]] = (Unit) => M[EnrichedMostPopular]
  4. type EnrichPromotionService[M[_]] = (Unit) => M[List[EnrichedPromotion]]
  5. class FnordSetup[M[_], J, Wrapper[_, _], Fail] extends PromotionServiceNames with MicroserviceBuilder[M, Fail] with MicroserviceComposers[M]
  6. type MostPopularService[M[_]] = (Unit) => M[MostPopular]
  7. case class Person(name: String, address: Address) extends Product with Serializable
  8. type ProductionService[M[_]] = (ProductionId) => M[Production]
  9. type ProgrammeService[M[_]] = (ProgrammeId) => M[Programme]
  10. type PromotionService[M[_]] = (Unit) => M[List[Promotion]]
  11. trait PromotionServiceNames extends AnyRef
  12. class PromotionSetup[M[_], Fail, J] extends PromotionServiceNames with MicroserviceBuilder[M, Fail] with MicroserviceComposers[M] with EnrichLanguage[M] with MergeLanguage[M]
  13. type Service[M[_], Req, Res] = (Req) => M[Res]
  14. class VogueSetup[M[_], Wrapper[_, _], Fail] extends PromotionServiceNames with MicroserviceBuilder[M, Fail] with MicroserviceComposers[M]

Value Members

  1. object Address extends Serializable
  2. object Person extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped