Paul Woitaschek
12/17/2018, 1:52 PMnestserau
12/17/2018, 2:15 PMPaul Woitaschek
12/17/2018, 2:21 PMAndreas Sinz
12/17/2018, 8:46 PMPaul Woitaschek
12/18/2018, 4:04 PMAndreas Sinz
12/18/2018, 9:42 PMval formatRecipe = FormatRecipe(x, y, z, a)
you'd have
val formatRecipe = { recipe -> recipeFormatter(x, y, z, a, recipe)