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