endpoints4s

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

Attributes

Members list

Packages

Algebra interfaces

Algebra interfaces

Attributes

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

Attributes

Supertypes
class Object
trait Matchable
class Any

Provides extension methods for values of type Semigroupal

Provides extension methods for values of type Semigroupal

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes