Customers

libretto.examples.supermarket.Customers
See theCustomers companion object
class Customers[SupermarketImpl <: SupermarketInterface](val supermarket: SupermarketImpl)

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

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).

Attributes

Concrete fields

val supermarket: SupermarketImpl