AuctionInterface

kofre.protocol.AuctionInterface$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

case class AuctionData(bids: Set[Bid], status: Status, winner: Option[User])

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case object AuctionData

Attributes

Companion:
class
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
implicit class AuctionSyntax[C](container: C) extends OpsSyntaxHelper[C, AuctionData]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
case class Bid(userId: User, bid: Int)

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case object Bid

Attributes

Companion:
class
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
Bid.type
case object Closed extends Status

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Status
class Object
trait Matchable
class Any
Self type
Closed.type
case object Open extends Status

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Status
class Object
trait Matchable
class Any
Self type
Open.type
object Status

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Status.type
sealed trait Status

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Closed.type
object Open.type

Implicits

Implicits

final implicit def AuctionSyntax[C](container: C): AuctionSyntax[C]