StockRepository

class Object
trait Matchable
class Any

Value members

Abstract methods

def readDesiredStock[M[_] : LiftIO]: M[DesiredStockDTO]
def readStock[M[_] : LiftIO]: M[AvailableStockDTO]
def writeStock[M[_] : LiftIO](updatedStock: AvailableStockDTO): M[Unit]