Interface ItemApplicationRecipe.Factory<R extends ItemApplicationRecipe>
- All Superinterfaces:
ProcessingRecipe.Factory<ItemApplicationRecipeParams,R>
- Enclosing class:
ItemApplicationRecipe
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public static interface ItemApplicationRecipe.Factory<R extends ItemApplicationRecipe>
extends ProcessingRecipe.Factory<ItemApplicationRecipeParams,R>
-
Method Summary
-
Method Details
-
create
- Specified by:
createin interfaceProcessingRecipe.Factory<ItemApplicationRecipeParams,R extends ItemApplicationRecipe>
-