public class FactoryChainEvaluator<T> extends Object implements Function<Object,T>
FactoryChainEvaluator(Function<Factory<T>,T> factoryEvaluator)
T
apply(Object processingObject)
applyChain(FactoryChain<T> factoryChain)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals
public FactoryChainEvaluator(Function<Factory<T>,T> factoryEvaluator)
public T apply(Object processingObject)
apply
Function<Object,T>
public T applyChain(FactoryChain<T> factoryChain)
Copyright © 2014. All rights reserved.