| Modifier and Type | Class and Description |
|---|---|
class |
KeyedIngredient |
class |
Recipe |
| Modifier and Type | Method and Description |
|---|---|
Ingredient |
Payload.getRecipe() |
| Modifier and Type | Method and Description |
|---|---|
List<Ingredient> |
Recipe.getIngredients() |
| Modifier and Type | Method and Description |
|---|---|
static Recipe |
Recipe.context(KeyedIngredient contextIngredient,
Ingredient... ingredients) |
static Recipe |
Recipe.context(String context,
Ingredient... ingredients) |
static Recipe |
Recipe.prepare(Ingredient... ingredients) |
| Constructor and Description |
|---|
Ingredient(Ingredient other) |
Recipe(Ingredient... ingredients) |
Copyright © 2018. All rights reserved.