poppet.provider

package poppet.provider

Members list

Packages

Type members

Classlikes

trait ProviderDsl

Attributes

Supertypes
class Object
trait Matchable
class Any

Inherited types

type Codec[A, B] = Codec[A, B]

Attributes

Inherited from:
CoreDsl
type CodecFailure[I] = CodecFailure[I]

Attributes

Inherited from:
CoreDsl
type CodecK[F[_], G[_]] = CodecK[F, G]

Attributes

Inherited from:
CoreDsl
type Failure = Failure

Attributes

Inherited from:
CoreDsl
type FailureHandler[F[_]] = FailureHandler[F]

Attributes

Inherited from:
CoreDsl
type Peek[F[_], I] = (Request[I] => F[Response[I]]) => Request[I] => F[Response[I]]

Attributes

Inherited from:
CoreDsl
type Provider[F[_], I] = Provider[F, I]

Attributes

Inherited from:
ProviderDsl
type Server[F[_], I] = I => F[I]

Attributes

Inherited from:
ProviderDsl

Value members

Inherited fields

Attributes

Inherited from:
CoreDsl
val Provider: Provider.type

Attributes

Inherited from:
ProviderDsl