Sellable

@implicitNotFound("Could not find an instance of Sellable[${P}, ${W}]")
trait Sellable[P[_, _], W[_, _, _]] extends Serializable

The Sellable is used internally to construct a Bazaar

Companion:
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def sell[A, B]: P[A, W[A, B, B]]