partsOf

object partsOf extends PartsOf
trait PartsOf
class Object
trait Matchable
class Any
partsOf.type

Implicits

Inherited implicits

implicit def corepresentableBazaar[C, D]: Aux[Function1, [_] =>> Bazaar[Function1, List[C], List[D], Unit, _$5]]
implicit def corepresentableState[C]: Aux[Function1, [_] =>> State[List[C], _$23]]
implicit def partsOfSellable[A](implicit ev: Aux[Function1, [_] =>> Bazaar[Function1, List[A], List[A], Unit, _$5]]): Sellable[Function1, [_, _, _] =>> Bazaar[Function1, _$10, _$11, Unit, _$12]]
Inherited from:
PartsOf
final implicit def sellableBazaar[P[_, _] : Profunctor, G[_]](implicit evidence$1: Profunctor[P], ev1: Aux[P, G]): Sellable[P, [_, _, _] =>> Bazaar[P, _$9, _$10, Unit, _$11]]
Inherited from:
SellableInstances