Interface Factory01<X,A>
-
- All Superinterfaces:
InvocableFactory<X>
public interface Factory01<X,A> extends InvocableFactory<X>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description Xcreate(A a)default Xinvoke(Object[] dependencies)
-