Interface IngredientCollections.IIngredientCollectionConstructor<C extends IIngredientCollection<?,?>>

Type Parameters:
C - The storage type.
Enclosing class:
IngredientCollections

public static interface IngredientCollections.IIngredientCollectionConstructor<C extends IIngredientCollection<?,?>>
Helper interface for constructing an IIngredientCollection based on an IngredientComponent.
  • Method Summary

    Modifier and Type
    Method
    Description
    <T, M> C
    create(IngredientComponent<T,M> ingredientComponent)