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.
-
Method Summary
Modifier and TypeMethodDescriptionapply
(IngredientInstanceWrapper<T, M> input) static <T,
M> IngredientInstanceUnwrapperFunction<T, M> Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.google.common.base.Function
equals