StockRepository

class Object
trait Matchable
class Any

Value members

Abstract methods

def getQuintals[M[_] : LiftIO]: M[RemainingMilkDTO]
def getStock[M[_] : LiftIO]: M[StockDTO]
def writeStock[M[_] : LiftIO](newStock: StockDTO): M[Unit]