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).

Type members

Classlikes

trait Semigroupal[F[_]]

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)]

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)]

Provides extension methods for values of type Semigroupal

Provides extension methods for values of type Semigroupal