public interface IIngredientHelper<T>
| Modifier and Type | Method and Description |
|---|---|
Focus |
createFocus(T ingredient) |
java.util.Collection<T> |
expandSubtypes(java.util.Collection<T> contained) |
T |
getMatch(java.lang.Iterable<T> ingredients,
Focus toMatch) |