Class IngredientInstanceUnwrapperFunction<T,M>

java.lang.Object
org.cyclops.cyclopscore.ingredient.collection.IngredientInstanceUnwrapperFunction<T,M>
Type Parameters:
T - The instance type.
M - The matching condition parameter.
All Implemented Interfaces:
com.google.common.base.Function<IngredientInstanceWrapper<T,M>,T>, Function<IngredientInstanceWrapper<T,M>,T>

public class IngredientInstanceUnwrapperFunction<T,M> extends Object implements com.google.common.base.Function<IngredientInstanceWrapper<T,M>,T>
A function that unwraps wrapped instances into instances.