Market

final case class Market[A, B, S, T](viewOrModify: S => Either[T, A], review: B => T)
Companion:
object
trait Product
trait Equals
class Object
trait Matchable
class Any
Market[A, B, S, T]

Value members

Concrete methods

def andThen[C, D](other: Market[C, D, A, B])(implicit ev: FlatMap[[_] =>> Either[T, _$1]]): Market[C, D, S, T]

Inherited methods

Inherited from:
Product