Protocol

trait Protocol[F[_]]

Uni-directional protocol.

Companion
object
class Object
trait Matchable
class Any

Type members

Types

final type AndValue = AndValue[F] { type Type = Type; }
type Type

Value members

Concrete methods

final def andValue(v: Type): AndValue

Abstract fields

val codec: F[Type]