Customers

class Customers[SupermarketImpl <: SupermarketInterface](val supermarket: SupermarketImpl)
Companion
object
class Object
trait Matchable
class Any

Value members

Concrete methods

def behavior(who: String): Supermarket -⚬ Done

Blueprint for customer behavior. A customer gets access to a supermarket and runs to completion (Done).

Blueprint for customer behavior. A customer gets access to a supermarket and runs to completion (Done).

Concrete fields

val supermarket: SupermarketImpl