public abstract class AbstractRecipe<F,T,P>
extends java.lang.Object
implements com.google.common.base.Function<F,T>
Constructor and Description |
---|
AbstractRecipe(P parameters) |
Modifier and Type | Method and Description |
---|---|
T |
apply(F input) |
protected abstract T |
execute(F input) |
P |
getParameters() |