Packages

p

endpoints4s

package endpoints4s

  • algebras are in the algebra package,
  • interpreters are in the other packages (e.g., akkahttp, http4s, openapi, etc.),
  • Types defined in this package are utility classes (e.g., Validated, Tupler).
Linear Supertypes

Package Members

  1. package algebra

    Algebra interfaces

Type Members

  1. trait Semigroupal[F[_]] extends AnyRef

    Ability for a type constructor F to combine together two values of type F[A] and F[B] into a value of type F[(A, B)]

  2. trait SemigroupalSyntax extends AnyRef

    Provides extension methods for values of type Semigroupal

Inherited from AnyRef

Inherited from Any

Ungrouped